summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2016-10-28 22:02:37 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2016-10-28 22:04:48 -0400
commitf41ee62e9d9e2e6909b863830aaeb4f1e06407e0 (patch)
tree2251b4077ee74dd96df270a3df6ca9da44193d58 /vms
parent85272d315820be85a9069783ae2be8878e1e42a4 (diff)
downloadperl-f41ee62e9d9e2e6909b863830aaeb4f1e06407e0.tar.gz
The new symbols broke a limit in VMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/munchconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/munchconfig.c b/vms/munchconfig.c
index c76809a6fe..8f20417f66 100644
--- a/vms/munchconfig.c
+++ b/vms/munchconfig.c
@@ -34,7 +34,7 @@
/* The biggest line we can read in from a file */
#define LINEBUFFERSIZE 1024
#define NUMTILDESUBS 30
-#define NUMCONFIGSUBS 1000
+#define NUMCONFIGSUBS 1500
#define TOKENBUFFERSIZE 80
typedef struct {