diff src/xmms-sid.h @ 365:5a92a2aee74c

Better comments and .. you guessed it: more indentation fixes. :)
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 Nov 2005 09:33:02 +0000
parents 26079ab52fc3
children 4611f1194941
line wrap: on
line diff
--- a/src/xmms-sid.h	Tue Nov 08 08:31:01 2005 +0000
+++ b/src/xmms-sid.h	Tue Nov 08 09:33:02 2005 +0000
@@ -45,11 +45,14 @@
 /*
  * Some constants and defines
  */
-/* Define for spurious debugging messages */
+/* #define to enable spurious debugging messages for development
+ * purposes. Output goes to stderr. See also DEBUG_NP below.
+ */
 #define DEBUG
 
 /* Define to ISO C99 macro for debugging instead of varargs function.
- * This provides more useful information.
+ * This provides more useful information, but is incompatible with
+ * older standards. If #undef'd, a varargs function is used instead.
  */
 #define DEBUG_NP