Changed debugging information to also work for Solaris 2

This commit is contained in:
ceriel
1993-11-10 12:44:24 +00:00
parent 37ab68909b
commit c89c0d2c01
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);
}