X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmis-val.c;h=1e07fcfd54b2deffff98f5d66eaf0aa9c708c544;hb=18febf84744dc7ab4248542c2f88d91c01ef3fa1;hp=a11833d71cb429d50fa0d444c5484de776b15d1a;hpb=cb4033020c8a24d573814e6ac9192046bffdccac;p=pspp diff --git a/src/mis-val.c b/src/mis-val.c index a11833d71c..1e07fcfd54 100644 --- a/src/mis-val.c +++ b/src/mis-val.c @@ -27,8 +27,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" #if DEBUGGING @@ -90,7 +88,7 @@ cmd_missing_values (void) free (v); } -#if DEBUGGING +#if 0 && DEBUGGING debug_print (); #endif @@ -106,7 +104,7 @@ parse_varnames (void) { int i; - if (!parse_variables (NULL, &v, &nv, PV_SAME_TYPE)) + if (!parse_variables (default_dict, &v, &nv, PV_SAME_TYPE)) return 0; if (!lex_match ('(')) { @@ -359,7 +357,7 @@ copy_missing_values (struct variable *dest, const struct variable *src) /* Debug output. */ -#if DEBUGGING +#if 0 && DEBUGGING static void debug_print (void) {