mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
fix a default action type clash in some versions of bison
This commit is contained in:
parent
76649e674e
commit
0edd694bac
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ def
|
|||
;
|
||||
|
||||
opt_eq
|
||||
: /* empty */
|
||||
| '='
|
||||
: /* empty */ { }
|
||||
| '=' { }
|
||||
;
|
||||
|
||||
opt_semi
|
||||
|
|
Loading…
Reference in a new issue