don't initialize external defs. this broke source line/file tracking for

@extern defs in headers.
This commit is contained in:
Bill Currie 2003-02-24 19:13:56 +00:00
parent c145fdb20f
commit 5a58c58e7a
1 changed files with 0 additions and 2 deletions

View File

@ -299,8 +299,6 @@ get_def (type_t *type, const char *name, scope_t *scope,
}
}
}
if (storage == st_extern)
def_initialized (def);
return def;
}