зеркало из https://github.com/mozilla/gecko-dev.git
Bump the number of directories that can be passed to mkdepend via -I to 1024.
Bug #367860 r=bsmedberg
This commit is contained in:
Родитель
2f262e4a73
Коммит
7a522c0451
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче