Bump the number of directories that can be passed to mkdepend via -I to 1024.
Bug #367860 r=bsmedberg git-svn-id: svn://10.0.0.236/trunk@219559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0296002457
commit
2ba64f3fbb
@ -48,7 +48,7 @@ in this Software without prior written authorization from The Open Group.
|
||||
#define MAXDEFINES 512
|
||||
#define MAXFILES 1024
|
||||
#define MAXINCFILES 128 /* "-include" files */
|
||||
#define MAXDIRS 64
|
||||
#define MAXDIRS 1024
|
||||
#define SYMTABINC 10 /* must be > 1 for define() to work right */
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user