diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-23 16:11:37 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-23 16:11:37 +0000 |
commit | 6afa428a342c1562756ffcb48b54b4b419147584 (patch) | |
tree | 942651676070608680e843269849ca1e9f4c73ab /regint.h | |
parent | e1def8a98713beef25e048c5333d418624f7d192 (diff) | |
download | ruby-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |