Increase INCLUDE_DEPTH to account for (wasted) top-of-stack entry.

Document that filename argument for INCLUDE and command-line can be a directory.
This commit is contained in:
David F. Skoll
2008-03-24 13:54:21 -04:00
parent 38beeb8cb0
commit 4fcd60fd95
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
/*---------------------------------------------------------------------*/
/* INCLUDE_NEST: How many nested INCLUDES do we handle? */
/*---------------------------------------------------------------------*/
#define INCLUDE_NEST 8
#define INCLUDE_NEST 9
/*---------------------------------------------------------------------*/
/* IF_NEST: How many nested IFs do we handle? Maximum is the number */