- Timestamp:
- Dec 29, 2021, 5:51:45 PM (3 years ago)
- Branches:
- feature/cnn, feature/crepe
- Children:
- b508ba6
- Parents:
- 8f83f9c
- git-author:
- Paul Brossier <piem@piem.org> (12/31/18 17:14:00)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r8f83f9c re181d64 410 410 #endif /* DEBUG */ 411 411 412 // goto to failure if condition x is not true 413 #define AUBIO_GOTO_FAILURE(x) if (!(x)) goto failure 414 412 415 #endif /* AUBIO_PRIV_H */
Note: See TracChangeset
for help on using the changeset viewer.