fix a default action type clash in some versions of bison

This commit is contained in:
Bill Currie 2005-03-31 08:23:11 +00:00
parent 76649e674e
commit 0edd694bac

View file

@ -238,8 +238,8 @@ def
;
opt_eq
: /* empty */
| '='
: /* empty */ { }
| '=' { }
;
opt_semi