Remove recently added %expect in parser in case of backward compatibility problems
This commit is contained in:
parent
4b869de2e8
commit
d357bec829
1 changed files with 5 additions and 0 deletions
|
|
@ -13,7 +13,12 @@
|
||||||
* some point. Beware.
|
* some point. Beware.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
/*
|
||||||
|
Removed until we know more about the min versions of Bison and Yacc required for this
|
||||||
|
to work, see Byacc man page: http://invisible-island.net/byacc/manpage/yacc.html
|
||||||
%expect 6
|
%expect 6
|
||||||
|
*/
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#define yylex yylex
|
#define yylex yylex
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue