simplified 0-padding, minor cosmetic changes

This commit is contained in:
ceriel
1986-12-10 12:00:55 +00:00
parent df86573d4c
commit 42162f7b37
7 changed files with 90 additions and 104 deletions

View File

@@ -251,7 +251,8 @@ unstack_world()
) {
/* space must be allocated */
bss(idf);
namelist(idf->id_text); /* may be common */
if (def->df_sc != STATIC)
namelist(idf->id_text); /* may be common */
def->df_alloc = ALLOC_DONE; /* see Note below */
}
se = se->next;