mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
Copy the spec bits and storage class for QC functions.
This commit is contained in:
parent
f721144ca5
commit
d0ecbb38b8
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ external_def
|
|||
| optional_specifiers ';' { }
|
||||
| optional_specifiers function_params
|
||||
{
|
||||
$<spec>$ = $1; // copy spec bits and storage
|
||||
$<spec>$.type = parse_params ($1.type, $2), st_global, 0;
|
||||
$<spec>$.type = find_type ($<spec>$.type);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue