mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y (stmt): not to show same error messages twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30d2be2101
commit
0c01821d43
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Jul 17 18:29:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* parse.y (stmt): not to show same error messages twice.
|
||||||
|
|
||||||
Sat Jul 17 05:26:27 2004 Dave Thomas <dave@pragprog.com>
|
Sat Jul 17 05:26:27 2004 Dave Thomas <dave@pragprog.com>
|
||||||
|
|
||||||
* lib/rdoc/diagram.rb: Incorporate Micheal Neuman's
|
* lib/rdoc/diagram.rb: Incorporate Micheal Neuman's
|
||||||
|
|
|
||||||
1
parse.y
1
parse.y
|
|
@ -486,7 +486,6 @@ stmt : kALIAS fitem {lex_state = EXPR_FNAME;} fitem
|
||||||
}
|
}
|
||||||
| lhs '=' command_call
|
| lhs '=' command_call
|
||||||
{
|
{
|
||||||
value_expr($3);
|
|
||||||
$$ = node_assign($1, $3);
|
$$ = node_assign($1, $3);
|
||||||
}
|
}
|
||||||
| mlhs '=' command_call
|
| mlhs '=' command_call
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue