From 42144753314a7e3ff65e0107e18ed2b7401a6b00 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 12 Jun 2008 08:21:38 +0000 Subject: * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as unsupported in the Onigiruma document. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17106 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 09f3c29..660e975 100644 --- a/regint.h +++ b/regint.h @@ -90,7 +90,7 @@ #undef ONIG_ESCAPE_UCHAR_COLLISION #endif #undef USE_MATCH_RANGE_IS_COMPLETE_RANGE -#define USE_CAPTURE_HISTORY +#undef USE_CAPTURE_HISTORY #define USE_VARIABLE_META_CHARS #define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */ #define USE_POSIX_REGION_OPTION /* needed for POSIX API support */ -- cgit v1.1