changeset 291:65fc94b88b46 trunk

[svn] Sorry, but has anyone ever told you that you talk too much?
author chainsaw
date Fri, 16 Dec 2005 12:08:03 -0800
parents 5ca6e39394b5
children f99bf98118fc
files Plugins/Input/sid/xmms-sid.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.