mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
Fix external function declarations.
Use spec.storage rather than current_storage.
This commit is contained in:
parent
cce6838e16
commit
b584a22d6b
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ non_code_func
|
|||
symbol_t *sym = $<symbol>0;
|
||||
specifier_t spec = $<spec>-1;
|
||||
if (sym->type->type != ev_field) {
|
||||
make_function (sym, 0, sym->table->space, current_storage);
|
||||
make_function (sym, 0, sym->table->space, spec.storage);
|
||||
} else {
|
||||
initialize_def (sym, sym->type, 0, current_symtab->space,
|
||||
spec.storage);
|
||||
|
|
Loading…
Reference in a new issue