summaryrefslogtreecommitdiffstats
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
commitc016a516bfac8ebb1d80e050a25e6e1dd8571831 (patch)
tree4d286c8e9cfe421792eea657e5c78e385e537420 /regint.h
parentf79e25aadf4d1908cf7e7ae5d7ddced7f91bb724 (diff)
downloadruby-c016a516bfac8ebb1d80e050a25e6e1dd8571831.tar.gz
ruby-c016a516bfac8ebb1d80e050a25e6e1dd8571831.tar.xz
ruby-c016a516bfac8ebb1d80e050a25e6e1dd8571831.zip
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: http://svn.ruby-lang.org/repos/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 bcc5fa5fc..ba201f1a2 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 */