some fixes

This commit is contained in:
ceriel
1987-08-07 19:54:45 +00:00
parent c82ba656fb
commit b4db4084c8
4 changed files with 15 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ IMPORT char *getwdir();
PRIVATE char ifstack[IFDEPTH]; /* if-stack: the content of an entry is */
/* 1 if a corresponding ELSE has been */
/* encountered. */
PRIVATE int nestlevel = -1; /* initially no nesting level. */
int nestlevel = -1; /* initially no nesting level. */
PRIVATE char *
GetIdentifier()