diff options
author | Craig A. Berry <craigberry@mac.com> | 2016-10-28 22:02:37 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2016-10-28 22:04:48 -0400 |
commit | f41ee62e9d9e2e6909b863830aaeb4f1e06407e0 (patch) | |
tree | 2251b4077ee74dd96df270a3df6ca9da44193d58 /vms/munchconfig.c | |
parent | 85272d315820be85a9069783ae2be8878e1e42a4 (diff) | |
download | perl-f41ee62e9d9e2e6909b863830aaeb4f1e06407e0.tar.gz |
The new symbols broke a limit in VMS.
Diffstat (limited to 'vms/munchconfig.c')
-rw-r--r-- | vms/munchconfig.c | 2 |
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 { |