removed the limitation on number of include directories
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user