aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authorksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-27 16:04:30 +0000
committerksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-27 16:04:30 +0000
commitaa1fe3248fca7cf758c8ea034a0fdaab1e20d145 (patch)
tree4d286c8e9cfe421792eea657e5c78e385e537420 /regint.h
parent653fbad62809d98e01a9bf70e7c6f69fbbc5b524 (diff)
downloadruby-aa1fe3248fca7cf758c8ea034a0fdaab1e20d145.tar.gz
This commit was generated by cvs2svn to compensate for changes in r6227,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regint.h b/regint.h
index bcc5fa5fc4..ba201f1a28 100644
--- a/regint.h
+++ b/regint.h
@@ -46,7 +46,7 @@
#define USE_QUALIFIER_PEEK_NEXT
#define INIT_MATCH_STACK_SIZE 160
-#define DEFAULT_MATCH_STACK_LIMIT_SIZE 0 /* unlimited */
+#define MATCH_STACK_LIMIT_SIZE 500000
/* interface to external system */
#ifdef NOT_RUBY /* gived from Makefile */