Changeset e181d64


Ignore:
Timestamp:
Dec 29, 2021, 5:51:45 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[priv] add AUBIO_GOTO_FAILURE helper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r8f83f9c re181d64  
    410410#endif /* DEBUG */
    411411
     412// goto to failure if condition x is not true
     413#define AUBIO_GOTO_FAILURE(x) if (!(x)) goto failure
     414
    412415#endif /* AUBIO_PRIV_H */
Note: See TracChangeset for help on using the changeset viewer.