diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-13 12:29:50 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-13 12:29:50 +0000 |
| commit | ea4ead113e2ad111be3b3fc21acfc810510372bc (patch) | |
| tree | 61c0d8f5c1a513d3f874753fdc4c96f55b04e392 /include/ruby | |
| parent | 6e1b3f3a9b2ed85dfc05dee21d1cd2657403b4f5 (diff) | |
| download | ruby-ea4ead113e2ad111be3b3fc21acfc810510372bc.tar.gz ruby-ea4ead113e2ad111be3b3fc21acfc810510372bc.tar.xz ruby-ea4ead113e2ad111be3b3fc21acfc810510372bc.zip | |
* complex.c (string_to_c, nucomp_s_convert): preserve the current
backref.
* rational.c (string_to_r, nurat_s_convert): ditto.
* include/ruby/intern.h (rb_match_busy): added a declaration.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 9f8e444b0..a6f85482e 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -478,6 +478,7 @@ double rb_genrand_real(void); /* re.c */ #define rb_memcmp memcmp int rb_memcicmp(const void*,const void*,long); +void rb_match_busy(VALUE); VALUE rb_reg_nth_defined(int, VALUE); VALUE rb_reg_nth_match(int, VALUE); VALUE rb_reg_last_match(VALUE); |
