From aa1fe3248fca7cf758c8ea034a0fdaab1e20d145 Mon Sep 17 00:00:00 2001 From: ksaito Date: Tue, 27 Apr 2004 16:04:30 +0000 Subject: 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 --- regint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regint.h') 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 */ -- cgit v1.2.3