Changeset 78d14d4


Ignore:
Timestamp:
Sep 29, 2009, 8:01:01 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
6481c0c
Parents:
a253fd4
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    ra253fd4 r78d14d4  
    117117#define AUBIO_WRN(...)               fprintf(stderr, "AUBIO WARNING: " format, ##args)
    118118#endif
     119
     120#define AUBIO_ERROR   AUBIO_ERR
    119121
    120122#define AUBIO_QUIT(_s)               exit(_s)
Note: See TracChangeset for help on using the changeset viewer.