comparison src/xmms-sid.h @ 424:faf12767a6f1

Preparing for internationalization.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Dec 2006 21:43:04 +0000
parents d2e6682d3ef8
children 2ea3005a4b7f
comparison
equal deleted inserted replaced
423:c0fdf3b3f3e6 424:faf12767a6f1
215 215
216 void xs_tuneinfo_free(t_xs_tuneinfo *); 216 void xs_tuneinfo_free(t_xs_tuneinfo *);
217 217
218 void xs_error(const char *, ...); 218 void xs_error(const char *, ...);
219 219
220 #define _(x) x
221
220 #ifndef DEBUG_NP 222 #ifndef DEBUG_NP
221 void XSDEBUG(const char *, ...); 223 void XSDEBUG(const char *, ...);
222 #else 224 #else
223 #ifdef DEBUG 225 #ifdef DEBUG
224 #define XSDEBUG(...) { fprintf(stderr, "XS[%s:%s:%d]: ", __FILE__, __FUNCTION__, (int) __LINE__); fprintf(stderr, __VA_ARGS__); } 226 #define XSDEBUG(...) { fprintf(stderr, "XS[%s:%s:%d]: ", __FILE__, __FUNCTION__, (int) __LINE__); fprintf(stderr, __VA_ARGS__); }