Move comma_terminates global to parser_state
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index c0f5e75be2a9f09bd00fda96161272dc5ffbedda..2174014e79ae3afd16d3e05d74b7e556e4cf4104 100644 (file)
@@ -819,7 +819,7 @@ yylex (void)
       return c;
 
     case ',':
-      if (comma_terminates && paren_depth == 0)
+      if (pstate->comma_terminates && paren_depth == 0)
        return 0;
       lexptr++;
       return c;
This page took 0.02387 seconds and 4 git commands to generate.