mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
[qfcc] Recover from syntax errors in abstract_decl
This commit is contained in:
parent
4c6e1b7fc4
commit
7447854d7c
1 changed files with 1 additions and 0 deletions
|
@ -914,6 +914,7 @@ abstract_decl
|
|||
$1.type = type_default;
|
||||
$$->type = find_type (append_type ($$->type, $1.type));
|
||||
}
|
||||
| error { $$ = new_symbol (""); }
|
||||
;
|
||||
|
||||
qc_param_decl
|
||||
|
|
Loading…
Reference in a new issue