summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-02-15 18:22:16 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-26 16:49:45 +0000
commit4b196cd46959daf92b5a3a11ed7956e18098500c (patch)
tree8e11906fd3ee91c1070da230aba9e56864237bac /regexp.h
parent7aa88b299de9a4db2fd7199877a2fd354ba20d83 (diff)
downloadperl-4b196cd46959daf92b5a3a11ed7956e18098500c.tar.gz
Re: Regexp recursion limit too low?
Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com> p4raw-id: //depot/perl@30412
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index f6d3c7b53a..d12df9209a 100644
--- a/regexp.h
+++ b/regexp.h
@@ -300,7 +300,7 @@ typedef struct {
/* structures for holding and saving the state maintained by regmatch() */
#ifndef MAX_RECURSE_EVAL_NOCHANGE_DEPTH
-#define MAX_RECURSE_EVAL_NOCHANGE_DEPTH 50
+#define MAX_RECURSE_EVAL_NOCHANGE_DEPTH 1000
#endif
typedef I32 CHECKPOINT;