mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
d'oh, missed a ;
This commit is contained in:
parent
962dc8e46e
commit
067359b39d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ defs
|
|||
;
|
||||
|
||||
def
|
||||
: type { current_type = $1} def_list
|
||||
: type { current_type = $1; } def_list
|
||||
| STRUCT NAME
|
||||
{ struct_type = new_struct ($2); } '=' '{' struct_defs '}'
|
||||
| ENUM '{' enum_list opt_comma '}'
|
||||
|
|
Loading…
Reference in a new issue