* 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
This commit is contained in:
parent
69fa5eea6a
commit
4214475331
@ -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>
|
Thu Jun 12 13:36:54 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
|
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
|
||||||
|
2
regint.h
2
regint.h
@ -90,7 +90,7 @@
|
|||||||
#undef ONIG_ESCAPE_UCHAR_COLLISION
|
#undef ONIG_ESCAPE_UCHAR_COLLISION
|
||||||
#endif
|
#endif
|
||||||
#undef USE_MATCH_RANGE_IS_COMPLETE_RANGE
|
#undef USE_MATCH_RANGE_IS_COMPLETE_RANGE
|
||||||
#define USE_CAPTURE_HISTORY
|
#undef USE_CAPTURE_HISTORY
|
||||||
#define USE_VARIABLE_META_CHARS
|
#define USE_VARIABLE_META_CHARS
|
||||||
#define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */
|
#define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */
|
||||||
#define USE_POSIX_REGION_OPTION /* needed for POSIX API support */
|
#define USE_POSIX_REGION_OPTION /* needed for POSIX API support */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user