Skip to content

Commit

Permalink
* include/ruby/ruby.h (RREGEXP_SRC_END): added.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Dec 30, 2009
1 parent 9db87ea commit f9bef8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Dec 30 19:43:00 2009 NARUSE, Yui <[email protected]>

* include/ruby/ruby.h (RREGEXP_SRC_END): added.

Wed Dec 30 19:40:00 2009 NARUSE, Yui <[email protected]>

* include/ruby/defines.h (INFINITY): this is float.
Expand Down
1 change: 1 addition & 0 deletions include/ruby/ruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f9bef8b

Please sign in to comment.