removed the limitation on number of include directories

This commit is contained in:
ceriel
1987-05-11 14:30:12 +00:00
parent aab8234e55
commit b3d24d4ec2
6 changed files with 130 additions and 32 deletions

View File

@@ -25,7 +25,7 @@
#include "macro.h"
#include "bits.h"
IMPORT char *inctable[]; /* list of include directories */
IMPORT char **inctable; /* list of include directories */
IMPORT char *getwdir();
PRIVATE char ifstack[IFDEPTH]; /* if-stack: the content of an entry is */
/* 1 if a corresponding ELSE has been */