[qfcc] Recover from syntax errors in abstract_decl

This commit is contained in:
Bill Currie 2020-03-19 11:01:26 +09:00
parent 4c6e1b7fc4
commit 7447854d7c

View file

@ -914,6 +914,7 @@ abstract_decl
$1.type = type_default;
$$->type = find_type (append_type ($$->type, $1.type));
}
| error { $$ = new_symbol (""); }
;
qc_param_decl