src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR
authorPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 06:01:01 +0000 (08:01 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 06:01:01 +0000 (08:01 +0200)
src/aubio_priv.h

index c250663..14facc2 100644 (file)
@@ -117,6 +117,8 @@ typedef enum {
 #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