static links are not considered read-only anymore

This commit is contained in:
ceriel
1989-05-30 10:44:34 +00:00
parent ac92184766
commit 75e36d3a38
2 changed files with 10 additions and 1 deletions

View File

@@ -224,6 +224,12 @@ STATIC kill_local(enp, indir)
}
}
break;
case ENALOCBASE:
case ENAARGBASE:
if (enp->en_loc == 0 && rep->en_levels >= 1) {
rep->en_vn = newvalnum();
}
break;
}
}
}