mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y (f_arg): remove typo from ripper description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ebaec402a7
commit
2d239b4745
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu May 17 13:30:27 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* parse.y (f_arg): remove typo from ripper description.
|
||||||
|
|
||||||
Thu May 17 13:23:38 2007 Koichi Sasada <ko1@atdot.net>
|
Thu May 17 13:23:38 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* parse.y, compile.c (set_arguments): fix to support in-paren
|
* parse.y, compile.c (set_arguments): fix to support in-paren
|
||||||
|
|
2
parse.y
2
parse.y
|
@ -4128,7 +4128,7 @@ f_arg : f_arg_item
|
||||||
/*%c
|
/*%c
|
||||||
{
|
{
|
||||||
$$ = rb_ary_new3(1, $1);
|
$$ = rb_ary_new3(1, $1);
|
||||||
n }
|
}
|
||||||
c%*/
|
c%*/
|
||||||
| f_arg ',' f_arg_item
|
| f_arg ',' f_arg_item
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue