mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +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
|
def
|
||||||
: type { current_type = $1} def_list
|
: type { current_type = $1; } def_list
|
||||||
| STRUCT NAME
|
| STRUCT NAME
|
||||||
{ struct_type = new_struct ($2); } '=' '{' struct_defs '}'
|
{ struct_type = new_struct ($2); } '=' '{' struct_defs '}'
|
||||||
| ENUM '{' enum_list opt_comma '}'
|
| ENUM '{' enum_list opt_comma '}'
|
||||||
|
|
Loading…
Reference in a new issue