Implemented long variable names a la spss V12.
[pspp-builds.git] / src / expressions / evaluate.c
index 5084ba6a402b8c574f768acdd6659d9cddb3f51d..07e4d8aef7a5202523caa44160e2426f54fa4f31 100644 (file)
@@ -127,7 +127,7 @@ cmd_debug_evaluate (void)
         dump_postfix = 1;
       else if (lex_match ('('))
         {
-          char name[MAX_VAR_NAME_LEN + 1];
+          char name[LONG_NAME_LEN + 1];
           struct variable *v;
           size_t old_value_cnt;
           int width;