mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/ruby.h (RREGEXP_SRC_END): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9db87ea5b9
commit
f9bef8b944
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Dec 30 19:43:00 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (RREGEXP_SRC_END): added.
|
||||
|
||||
Wed Dec 30 19:40:00 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* include/ruby/defines.h (INFINITY): this is float.
|
||||
|
|
|
@ -684,6 +684,7 @@ struct RRegexp {
|
|||
#define RREGEXP_SRC(r) RREGEXP(r)->src
|
||||
#define RREGEXP_SRC_PTR(r) RSTRING_PTR(RREGEXP(r)->src)
|
||||
#define RREGEXP_SRC_LEN(r) RSTRING_LEN(RREGEXP(r)->src)
|
||||
#define RREGEXP_SRC_END(r) RSTRING_END(RREGEXP(r)->src)
|
||||
|
||||
struct RHash {
|
||||
struct RBasic basic;
|
||||
|
|
Loading…
Reference in a new issue