Added a --enable-debug option to configure and
[pspp-builds.git] / src / recode.c
index d799a38b4a70b838e9c2f32d90fbf15ba430b609..146e8a36a5b28e102558638a16b85bd18cd9cf8b 100644 (file)
@@ -31,8 +31,6 @@
 #include "str.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1 */
 #include "debug-print.h"
 \f
 /* Definitions. */
@@ -112,7 +110,7 @@ static void recode_trns_free (struct trns_header *);
 static double convert_to_double (char *, int);
 
 #if DEBUGGING
-static void debug_print (rcd_var * head);
+static void debug_print (struct rcd_var * head);
 #endif
 \f
 /* Parser. */