diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-17 03:53:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-17 03:53:53 +0000 |
| commit | b249fb0baddde2dea8bff20c83fd5f0082fbbac4 (patch) | |
| tree | 1048fea5d7971183542c448ae0348d50527fd6b6 | |
| parent | c9524768d4e6770721cee6aaab571861b2c658df (diff) | |
* string.c (get_arg_pat): no second parameter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | string.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Tue Feb 17 12:53:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (get_arg_pat): no second parameter. + Tue Feb 17 12:50:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_shared_replace): no need for @@ -1993,7 +1993,7 @@ regcomp_failed(str) } static VALUE -get_arg_pat(pat, quote) +get_arg_pat(pat) VALUE pat; { return rb_rescue2(get_pat_quoted, pat, |
