mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +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 ';' { }
|
||||||
| optional_specifiers function_params
|
| optional_specifiers function_params
|
||||||
{
|
{
|
||||||
|
$<spec>$ = $1; // copy spec bits and storage
|
||||||
$<spec>$.type = parse_params ($1.type, $2), st_global, 0;
|
$<spec>$.type = parse_params ($1.type, $2), st_global, 0;
|
||||||
$<spec>$.type = find_type ($<spec>$.type);
|
$<spec>$.type = find_type ($<spec>$.type);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue