Added a --enable-debug option to configure and
[pspp-builds.git] / src / print.c
index 70a41763c4a5d7b52e4d3d5fec9adc6a5f43364c..3f556707cdbb40a8619363db6f8903230de37d8b 100644 (file)
@@ -49,8 +49,6 @@ char *alloca ();
 #include "tab.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1*/
 #include "debug-print.h"
 
 /* Describes what to do when an output field is encountered. */
@@ -228,7 +226,7 @@ internal_cmd_print (int f)
   memcpy (trns, &prt, sizeof *trns);
   add_transformation ((struct trns_header *) trns);
 
-#if DEBUGGING
+#if 0 && DEBUGGING
   debug_print ();
 #endif
 
@@ -1170,7 +1168,7 @@ print_space_trns_free (struct trns_header * trns)
 \f
 /* Debugging code. */
 
-#if DEBUGGING
+#if 0 && DEBUGGING
 void
 debug_print (void)
 {