fixed bug with undefined structs

ceriel changed debugging information
This commit is contained in:
eck
1990-10-19 11:21:43 +00:00
parent 7e58923415
commit c3f305bea1
4 changed files with 49 additions and 14 deletions

View File

@@ -264,6 +264,11 @@ initializer(struct idf *idf; int sc;)
#ifdef LINT
change_state(idf, SET);
#endif LINT
#ifdef DBSYMTAB
if (options['g'] && level >= L_LOCAL && expr) {
db_line(expr->ex_file, (int) expr->ex_line);
}
#endif /* DBSYMTAB */
if (autoagg)
loc_init((struct expr *) 0, idf);
else code_declaration(idf, expr, level, sc);