1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2009-02-17 03:53:53 +00:00
parent c9524768d4
commit b249fb0bad
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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,