Changeset 9bad2ba
- Timestamp:
- Dec 31, 2018, 5:14:00 PM (6 years ago)
- Branches:
- feature/cnn_org, feature/crepe_org
- Children:
- d0ef4b7
- Parents:
- ba0c332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rba0c332 r9bad2ba 397 397 #endif /* DEBUG */ 398 398 399 // goto to failure if condition x is not true 400 #define AUBIO_GOTO_FAILURE(x) if (!(x)) goto failure 401 399 402 #endif /* AUBIO_PRIV_H */
Note: See TracChangeset
for help on using the changeset viewer.