summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/def.h
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-01-16 10:57:26 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-01-16 10:57:26 +0000
commit6a7b7d17df442d358005ae643dfa0c0c50002d03 (patch)
tree0acefbe6c7b12b4ba6181dd6568b74547c6c8f0a /soltools/mkdepend/def.h
parent482380afe7cde4ec967caabb652a50c3709e17a2 (diff)
chg: increase MAXFILES
Diffstat (limited to 'soltools/mkdepend/def.h')
-rw-r--r--soltools/mkdepend/def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h
index 0004a7fc2a2b..4ce5acdebe95 100644
--- a/soltools/mkdepend/def.h
+++ b/soltools/mkdepend/def.h
@@ -50,7 +50,8 @@ in this Software without prior written authorization from the X Consortium.
#include <sys/stat.h>
#define MAXDEFINES 512
-#define MAXFILES 1024 /* Increased from 512. -mcafee */
+#define MAXFILES 2048 /* Increased from 512. -mcafee */
+ /* Increased from 1024. -mh */
#define MAXDIRS 64
#define SYMTABINC 10 /* must be > 1 for define() to work right */
#define TRUE 1