shithub: aubio

Download patch

ref: 78d14d4a502a2dd5818a93b4b4faa337b40ac39f
parent: a253fd4f37f9bd5c7b461a23ff2d27dc5452f6d5
author: Paul Brossier <piem@piem.org>
date: Tue Sep 29 04:01:01 EDT 2009

src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR

--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -117,6 +117,8 @@
 #define AUBIO_WRN(...)               fprintf(stderr, "AUBIO WARNING: " format, ##args)
 #endif
 
+#define AUBIO_ERROR   AUBIO_ERR
+
 #define AUBIO_QUIT(_s)               exit(_s)
 #define AUBIO_SPRINTF                sprintf