aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-23 16:11:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-23 16:11:37 +0000
commit6afa428a342c1562756ffcb48b54b4b419147584 (patch)
tree942651676070608680e843269849ca1e9f4c73ab /regint.h
parente1def8a98713beef25e048c5333d418624f7d192 (diff)
downloadruby-6afa428a342c1562756ffcb48b54b4b419147584.tar.gz
* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve old
rindex behavior. [ruby-dev:31265] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12842 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 98b8055bb5..6c6d2746fa 100644
--- a/regint.h
+++ b/regint.h
@@ -84,7 +84,7 @@
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif
-#define USE_MATCH_RANGE_IS_COMPLETE_RANGE
+#undef USE_MATCH_RANGE_IS_COMPLETE_RANGE
#define USE_CAPTURE_HISTORY
#define USE_VARIABLE_META_CHARS
#define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */