Added a --enable-debug option to configure and
[pspp-builds.git] / src / val-labs.c
index c36ff28b414dc074e1095aed78859b58280fd1b8..a5aa90b8a794e4c4629eaf44ec523319cc95f4c6 100644 (file)
@@ -30,8 +30,6 @@
 \f
 /* Declarations. */
 
-#undef DEBUGGING
-/*#define DEBUGGING 1 */
 #include "debug-print.h"
 
 /* Variable list. */
@@ -116,7 +114,7 @@ do_value_labels (int erase)
       return CMD_TRAILING_GARBAGE;
     }
 
-#if DEBUGGING
+#if 0 && DEBUGGING
   debug_print ();
 #endif
   return CMD_SUCCESS;
@@ -230,7 +228,7 @@ get_label (void)
   return 1;
 }
 
-#if DEBUGGING
+#if 0 && DEBUGGING
 static void
 debug_print ()
 {