Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / classes / zune / betterstring / includes / mcc_debug.h
blob2f3ed07a4d4f6b6554423024c93d0134c6fafc1c
1 /*
2 ** debug functions header
3 */
5 #ifndef MCC_DEBUG_H
6 #define MCC_DEBUG_H
8 #ifdef WITH_DEBUG
9 #define DEBUG 1
10 #else
11 #define DEBUG 0
12 #endif
14 #include <aros/debug.h>
16 #endif /* MCC_DEBUG_H */