source:
trunk/Apps/Graphics/Sources/xynth/patches/patch-libc_no_strsignal.diff
@
358
Last change on this file since 358 was 358, checked in by , 12 years ago | |
---|---|
File size: 453 bytes |
-
src/lib/xynth_.h
old new 58 58 #define MIN(a, b) ((a) < (b) ? (a) : (b)) 59 59 #define MAX(a, b) ((a) > (b) ? (a) : (b)) 60 60 61 #if defined(DEBUG) 61 #if 1 62 #define debugf(a, b...) 63 #elif defined(DEBUG) 62 64 #define debugf(a, b...) s_debug_debugf(a, __FILE__, __LINE__, (char *) __FUNCTION__, b); 63 65 #else 64 66 #define debugf(a, b...) {\
Note: See TracBrowser
for help on using the repository browser.