did not compile with NOPP defined

This commit is contained in:
ceriel
1988-05-02 15:37:13 +00:00
parent f806b39ad4
commit 1c5701f214
2 changed files with 9 additions and 7 deletions

View File

@@ -58,7 +58,9 @@ AtEoIF()
if (nestlevel != nestlow) lexwarning("missing #endif");
else
#endif NOPP
if (NoUnstack) lexwarning("unexpected EOF");
if (NoUnstack) lexerror("unexpected EOF");
#ifndef NOPP
nestlevel = nestlow;
#endif
return 0;
}