Changeset 9bad2ba


Ignore:
Timestamp:
Dec 31, 2018, 5:14:00 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn_org, feature/crepe_org
Children:
d0ef4b7
Parents:
ba0c332
Message:

[priv] add AUBIO_GOTO_FAILURE helper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rba0c332 r9bad2ba  
    397397#endif /* DEBUG */
    398398
     399// goto to failure if condition x is not true
     400#define AUBIO_GOTO_FAILURE(x) if (!(x)) goto failure
     401
    399402#endif /* AUBIO_PRIV_H */
Note: See TracChangeset for help on using the changeset viewer.