From 78d14d4a502a2dd5818a93b4b4faa337b40ac39f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 29 Sep 2009 08:01:01 +0200 Subject: [PATCH] src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR --- src/aubio_priv.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2