mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
that didn't work so well :/
back it out for now till I figure out how to get it parsing .float () foo correctly
This commit is contained in:
parent
51fbbb7c5c
commit
ddcaef5b0b
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ enum
|
||||||
type
|
type
|
||||||
: '.' type { $$ = build_type (1, $2); }
|
: '.' type { $$ = build_type (1, $2); }
|
||||||
| type array_decl { $$ = build_type (0, build_array_type ($1, $2)); }
|
| type array_decl { $$ = build_type (0, build_array_type ($1, $2)); }
|
||||||
| type function_decl
|
| type_name function_decl
|
||||||
{
|
{
|
||||||
current_params = $2;
|
current_params = $2;
|
||||||
$$ = build_type (0, parse_params ($1, $2));
|
$$ = build_type (0, parse_params ($1, $2));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue