simplified 'tes' mechanism

This commit is contained in:
ceriel
1991-01-31 15:17:04 +00:00
parent 2a852dcff1
commit ae5dded36f
7 changed files with 17 additions and 63 deletions

View File

@@ -104,7 +104,6 @@ symknown() {
cleanlocals() {
register num_p *npp,np,tp;
delete_labels();
for (npp = curpro.numhash; npp < &curpro.numhash[NNUMHASH]; npp++) {
np = *npp;
while (np != (num_p) 0) {