mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
don't initialize external defs. this broke source line/file tracking for
@extern defs in headers.
This commit is contained in:
parent
c145fdb20f
commit
5a58c58e7a
1 changed files with 0 additions and 2 deletions
|
@ -299,8 +299,6 @@ get_def (type_t *type, const char *name, scope_t *scope,
|
|||
}
|
||||
}
|
||||
}
|
||||
if (storage == st_extern)
|
||||
def_initialized (def);
|
||||
|
||||
return def;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue