diff options
-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 <[email protected]> + + * string.c (get_arg_pat): no second parameter. + Tue Feb 17 12:50:57 2009 Nobuyoshi Nakada <[email protected]> * 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, |