summaryrefslogtreecommitdiffstats
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
commit8860faa17d3ebea7c4f63b8a924d44169e6365df (patch)
tree2092a878f5d94d680636f1d24c0cc75dcd663c86
parent5df88436142a9ae289fff2fe4767601df5ddedf1 (diff)
downloadruby-8860faa17d3ebea7c4f63b8a924d44169e6365df.tar.gz
ruby-8860faa17d3ebea7c4f63b8a924d44169e6365df.tar.xz
ruby-8860faa17d3ebea7c4f63b8a924d44169e6365df.zip
* regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
unsupported in the Onigiruma document. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--regint.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 896e278b4..dc1b6b99d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 12 17:11:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
+ unsupported in the Onigiruma document.
+
Thu Jun 12 13:36:54 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
diff --git a/regint.h b/regint.h
index 09f3c29ee..660e97542 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 */