X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvar-labs.c;h=ee9f4b786d763f6a5b65f2664a7099b7b0b680c9;hb=6d34b6cd00bb26603f8acedd3f0ed69a4484e484;hp=b573a4e8591ec28dc156a906cd815e162ed3762a;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/var-labs.c b/src/var-labs.c index b573a4e859..ee9f4b786d 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 @@ -43,12 +41,10 @@ cmd_variable_labels (void) int i; - lex_match_id ("VARIABLE"); - lex_match_id ("LABELS"); lex_match ('/'); do { - parse_variables (NULL, &v, &nv, PV_NONE); + parse_variables (default_dict, &v, &nv, PV_NONE); if (token != T_STRING) { @@ -74,13 +70,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) {