mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
allow .imm symbols to be written in traditional mode
This commit is contained in:
parent
ecaa002774
commit
79fdf8db80
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ WriteData (int crc)
|
|||
if (def->local || !def->name)
|
||||
continue;
|
||||
if (options.traditional && *def->name == '.'
|
||||
&& strcmp (def->name, ".imm") != 0
|
||||
&& strcmp (def->name, ".debug_file") != 0)
|
||||
continue;
|
||||
if (def->type->type == ev_func) {
|
||||
|
|
Loading…
Reference in a new issue