Changed debugging information to also work for Solaris 2

This commit is contained in:
ceriel
1993-11-10 12:44:24 +00:00
parent 9a7b9d316e
commit bc4aac7ee6
5 changed files with 42 additions and 42 deletions

View File

@@ -183,9 +183,6 @@ EnterVarList(Idlist, type, local)
C_ina_dnam(df->var_name);
}
}
#ifdef DBSYMTAB
if (options['g']) stb_string(df, D_VARIABLE);
#endif /* DBSYMTAB */
}
FreeNode(Idlist);
}