1.1 --- a/gmyth/src/gmyth_debug.h Tue Jan 30 20:52:35 2007 +0000
1.2 +++ b/gmyth/src/gmyth_debug.h Thu Feb 01 18:31:29 2007 +0000
1.3 @@ -33,11 +33,11 @@
1.4
1.5 G_BEGIN_DECLS
1.6
1.7 -//#ifdef GMYTH_USE_DEBUG
1.8 +#ifdef GMYTH_USE_DEBUG
1.9 #define gmyth_debug(...) gmyth_debug_real (__FUNCTION__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
1.10 -//#else
1.11 -//#define gmyth_debug(...)
1.12 -//#endif
1.13 +#else
1.14 +#define gmyth_debug(...)
1.15 +#endif
1.16
1.17 void gmyth_debug_real (const char *func,
1.18 const char *file,