comparison pidgin/plugins/crazychat/util.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
31 /* -- gcc specific vararg macro support ... but its so nice! -- */ 31 /* -- gcc specific vararg macro support ... but its so nice! -- */
32 #ifdef _DEBUG_ 32 #ifdef _DEBUG_
33 #define Debug(x, args...) \ 33 #define Debug(x, args...) \
34 do { \ 34 do { \
35 printf(x, ## args); \ 35 printf(x, ## args); \
36 gaim_debug(GAIM_DEBUG_INFO, "crazychat", x, ## args); \ 36 purple_debug(PURPLE_DEBUG_INFO, "crazychat", x, ## args); \
37 } while (0) 37 } while (0)
38 #else 38 #else
39 #define Debug(x, args...) do{}while(0) 39 #define Debug(x, args...) do{}while(0)
40 #endif 40 #endif