Commit 4a8e68fb authored by Alexander Nozdrin's avatar Alexander Nozdrin

Fix merge mistake.

parent f26ac4ba
...@@ -603,10 +603,10 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize); ...@@ -603,10 +603,10 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
%pure_parser /* We have threads */ %pure_parser /* We have threads */
/* /*
Currently there are 168 shift/reduce conflicts. Currently there are 173 shift/reduce conflicts.
We should not introduce new conflicts any more. We should not introduce new conflicts any more.
*/ */
%expect 168 %expect 173
/* /*
Comments for TOKENS. Comments for TOKENS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment