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:
Bill Currie 2002-05-22 16:38:29 +00:00
parent 51fbbb7c5c
commit ddcaef5b0b

View file

@ -246,7 +246,7 @@ enum
type
: '.' type { $$ = build_type (1, $2); }
| type array_decl { $$ = build_type (0, build_array_type ($1, $2)); }
| type function_decl
| type_name function_decl
{
current_params = $2;
$$ = build_type (0, parse_params ($1, $2));