From: Paul Brossier Date: Tue, 29 Sep 2009 06:01:01 +0000 (+0200) Subject: src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR X-Git-Tag: bzr2git~255 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78d14d4a502a2dd5818a93b4b4faa337b40ac39f;p=aubio.git src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR --- diff --git a/src/aubio_priv.h b/src/aubio_priv.h index c2506638..14facc27 100644 --- a/src/aubio_priv.h +++ b/src/aubio_priv.h @@ -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