mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix a double insertion of a symbol.
This commit is contained in:
parent
daa88d8f1c
commit
8c6fc6fb03
1 changed files with 0 additions and 1 deletions
|
@ -458,7 +458,6 @@ build_scope (symbol_t *fsym, symtab_t *parent)
|
|||
if (fsym->type->t.func.num_params < 0) {
|
||||
args = new_symbol_type (".args", &type_va_list);
|
||||
initialize_def (args, args->type, 0, symtab->space, st_local);
|
||||
symtab_addsymbol (symtab, args);
|
||||
}
|
||||
|
||||
for (p = fsym->params, i = 0; p; p = p->next) {
|
||||
|
|
Loading…
Reference in a new issue