summaryrefslogtreecommitdiffstats
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
commit23009b58cede00a4129a77fbbc5ffbe003035343 (patch)
tree942651676070608680e843269849ca1e9f4c73ab /regint.h
parent83c2d8a221461d442e86db009b1d4edba3f559bf (diff)
downloadruby-23009b58cede00a4129a77fbbc5ffbe003035343.tar.gz
ruby-23009b58cede00a4129a77fbbc5ffbe003035343.tar.xz
ruby-23009b58cede00a4129a77fbbc5ffbe003035343.zip
* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve old
rindex behavior. [ruby-dev:31265] git-svn-id: http://svn.ruby-lang.org/repos/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 98b8055bb..6c6d2746f 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 */