X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frecode.c;h=146e8a36a5b28e102558638a16b85bd18cd9cf8b;hb=fcb9e49b2a2d57af7c001ae5d2eda9ac443ba36b;hp=d799a38b4a70b838e9c2f32d90fbf15ba430b609;hpb=f10ed4942f0f2253d236d5e454a8ab702ed7e72b;p=pspp-builds.git diff --git a/src/recode.c b/src/recode.c index d799a38b..146e8a36 100644 --- a/src/recode.c +++ b/src/recode.c @@ -31,8 +31,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1 */ #include "debug-print.h" /* 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 /* Parser. */