# HG changeset patch # User chainsaw # Date 1134763683 28800 # Node ID 65fc94b88b46994adbb85e21cd0e5cf15501af29 # Parent 5ca6e39394b50d1fa3ca0ffebf21c133c5d37b02 [svn] Sorry, but has anyone ever told you that you talk too much? diff -r 5ca6e39394b5 -r 65fc94b88b46 Plugins/Input/sid/xmms-sid.h --- a/Plugins/Input/sid/xmms-sid.h Fri Dec 16 11:25:47 2005 -0800 +++ b/Plugins/Input/sid/xmms-sid.h Fri Dec 16 12:08:03 2005 -0800 @@ -48,13 +48,13 @@ /* #define to enable spurious debugging messages for development * purposes. Output goes to stderr. See also DEBUG_NP below. */ -#define DEBUG +#undef DEBUG /* Define to ISO C99 macro for debugging instead of varargs function. * This provides more useful information, but is incompatible with * older standards. If #undef'd, a varargs function is used instead. */ -#define DEBUG_NP +#undef DEBUG_NP /* Define to enable non-portable thread and mutex debugging code. * You need to #define DEBUG also to make this useful.