X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvar-labs.c;h=bc22439669c49b919def5785a67af970e7b5d344;hb=ccf2f45c091ce1555b4e2a36186c501675c18a59;hp=b573a4e8591ec28dc156a906cd815e162ed3762a;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp-builds.git diff --git a/src/var-labs.c b/src/var-labs.c index b573a4e8..bc224396 100644 --- a/src/var-labs.c +++ b/src/var-labs.c @@ -27,8 +27,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" #if DEBUGGING @@ -48,7 +46,7 @@ cmd_variable_labels (void) lex_match ('/'); do { - parse_variables (NULL, &v, &nv, PV_NONE); + parse_variables (default_dict, &v, &nv, PV_NONE); if (token != T_STRING) { @@ -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) {