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

conflicts without proper analysis and documentation of the nature of
the conflict.
This commit is contained in:
kostja@bodhi.local 2007-03-02 15:05:16 +03:00
parent 89bd002cc8
commit 3f8c35d94b

View File

@ -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