Move comma_terminates global to parser_state
[deliverable/binutils-gdb.git] / gdb / p-exp.y
index 768f302592198a1405c76d468d2065c880067b6c..65874c6327d084945fab51440577988cb50c9a61 100644 (file)
@@ -1218,7 +1218,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.023134 seconds and 4 git commands to generate.