removed the limitation on number of include directories

This commit is contained in:
ceriel
1987-05-11 14:08:58 +00:00
parent 471830d59d
commit eb7d477357
8 changed files with 30 additions and 610 deletions

View File

@@ -26,7 +26,7 @@
#include "class.h"
#include "macro.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 */