Commit f7f5f006 authored by unknown's avatar unknown

Freeze the number of conflicts. We should not introduce any more

conflicts without proper analysis and documentation of the nature of
the conflict.

parent b0e07932
......@@ -389,6 +389,11 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
%}
%pure_parser /* We have threads */
/*
Currently there is 251 shift/reduce conflict. We should not introduce
new conflicts any more.
*/
%expect 251
%token END_OF_INPUT
......
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