summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 09:29:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 09:29:59 +0000
commitf2b5171cbdb0f7699142c1707de6442963706004 (patch)
tree7fba507cac00f5d8dcafb3fe026265bfe76a5d15 /parse.y
parent74271c786adc78b3f657dd146828e0165f511f88 (diff)
downloadruby-f2b5171cbdb0f7699142c1707de6442963706004.tar.gz
ruby-f2b5171cbdb0f7699142c1707de6442963706004.tar.xz
ruby-f2b5171cbdb0f7699142c1707de6442963706004.zip
* parse.y (stmt): not to show same error messages twice.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 121251ce1..adfd7eeed 100644
--- a/parse.y
+++ b/parse.y
@@ -496,7 +496,6 @@ stmt : kALIAS fitem {lex_state = EXPR_FNAME;} fitem
}
| lhs '=' command_call
{
- value_expr($3);
$$ = node_assign($1, $3);
}
| mlhs '=' command_call