Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r630191c r6f601bd  
    368368#endif /* __STRICT_ANSI__ */
    369369
     370#if defined(DEBUG)
     371#include <assert.h>
     372#define AUBIO_ASSERT(x) assert(x)
     373#else
     374#define AUBIO_ASSERT(x)
     375#endif /* DEBUG */
     376
    370377#endif /* AUBIO_PRIV_H */
Note: See TracChangeset for help on using the changeset viewer.