nestlevel count per file

This commit is contained in:
ceriel
1987-08-10 10:43:51 +00:00
parent 371edcd97e
commit 555e7be7db
4 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ AtEoIT()
AtEoIF()
{
extern int nestlevel;
if (nestlevel != -1) warning("missing #endif");
else if (NoUnstack) warning("unexpected EOF");