зеркало из https://github.com/github/ruby.git
* 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:
Родитель
ebaec402a7
Коммит
2d239b4745
|
@ -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>
|
||||
|
||||
* 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
|
||||
{
|
||||
$$ = rb_ary_new3(1, $1);
|
||||
n }
|
||||
}
|
||||
c%*/
|
||||
| f_arg ',' f_arg_item
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче