projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a253fd4
)
src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR
author
Paul Brossier
<piem@piem.org>
Tue, 29 Sep 2009 06:01:01 +0000
(08:01 +0200)
committer
Paul Brossier
<piem@piem.org>
Tue, 29 Sep 2009 06:01:01 +0000
(08:01 +0200)
src/aubio_priv.h
patch
|
blob
|
history
diff --git
a/src/aubio_priv.h
b/src/aubio_priv.h
index c250663814e13d920036970c305406b00fe9a908..14facc27eab64a39c58473eecb92f08376bb34e9 100644
(file)
--- 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