mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
fix a missing ;
This commit is contained in:
parent
09bdd3487b
commit
ba901863d2
1 changed files with 1 additions and 0 deletions
|
@ -962,6 +962,7 @@ expr
|
|||
|
||||
fexpr
|
||||
: expr { $$ = fold_constants ($1); }
|
||||
;
|
||||
|
||||
opt_arg_list
|
||||
: /* emtpy */ { $$ = 0; }
|
||||
|
|
Loading…
Reference in a new issue