aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-12 08:21:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-12 08:21:38 +0000
commit42144753314a7e3ff65e0107e18ed2b7401a6b00 (patch)
tree2092a878f5d94d680636f1d24c0cc75dcd663c86 /regint.h
parent69fa5eea6a2b1f658ed21263f17699393b04bc6e (diff)
downloadruby-42144753314a7e3ff65e0107e18ed2b7401a6b00.tar.gz
* 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
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 09f3c29ee2..660e97542c 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 */