# HG changeset patch # User Eugene Zagidullin # Date 1196898732 -10800 # Node ID cdf1fc0f5a0b17625e9b30744fd2ce75ba93e0ee # Parent 83455611c927bf1eccd05a0a8357085d69aa15c0 #if changed to #ifdef diff -r 83455611c927 -r cdf1fc0f5a0b src/audacious/main.h --- a/src/audacious/main.h Wed Dec 05 11:15:19 2007 +0100 +++ b/src/audacious/main.h Thu Dec 06 02:52:12 2007 +0300 @@ -44,7 +44,7 @@ (MAINWIN_WIDTH * (cfg.doublesize + 1)) /* macro for debug print */ -#if AUD_DEBUG +#ifdef AUD_DEBUG # define AUDDBG(...) g_print("%s:%d %s(): ", __FILE__, (int)__LINE__, __FUNCTION__), g_print(__VA_ARGS__) #else # define AUDDBG(...)