Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-06 11:12:00 -04:00
parent fd10d380df
commit 978168523a
7 changed files with 20 additions and 16 deletions

2
misc.c
View file

@ -593,7 +593,7 @@ long AT, I;
AT=0;
if(DFLAG < 2)return(AT);
AT= -1;
for (I=1; I<=5; I++) {
for (I=1; I<=NDWARVES-1; I++) {
if(DLOC[I] == WHERE) goto L2;
if(DLOC[I] != 0)AT=0;
} /* end loop */