Added a --enable-debug option to configure and
[pspp-builds.git] / src / var-labs.c
index b573a4e8591ec28dc156a906cd815e162ed3762a..82d49d1e9741f889c6dd25b24ee7672a34d2aaf8 100644 (file)
@@ -27,8 +27,6 @@
 #include "str.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1*/
 #include "debug-print.h"
 
 #if DEBUGGING
@@ -74,13 +72,13 @@ cmd_variable_labels (void)
       free (v);
     }
   while (token != '.');
-#if DEBUGGING
+#if 0 && DEBUGGING
   debug_print ();
 #endif
   return CMD_SUCCESS;
 }
 
-#if DEBUGGING
+#if 0 && DEBUGGING
 static void
 debug_print (void)
 {