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
commit9c1858883aab538cf3d5eb203f42ee350a8a8ca3 (patch)
treeedc354980fa162707581d7e886f5334004582155 /parse.y
parented0532ae5d05d569311a7736924fca9eedcb8b26 (diff)
downloadruby-9c1858883aab538cf3d5eb203f42ee350a8a8ca3.tar.gz
ruby-9c1858883aab538cf3d5eb203f42ee350a8a8ca3.tar.xz
ruby-9c1858883aab538cf3d5eb203f42ee350a8a8ca3.zip
* parse.y (stmt): not to show same error messages twice.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@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 8fa177a62..c4179fdc8 100644
--- a/parse.y
+++ b/parse.y
@@ -486,7 +486,6 @@ stmt : kALIAS fitem {lex_state = EXPR_FNAME;} fitem
}
| lhs '=' command_call
{
- value_expr($3);
$$ = node_assign($1, $3);
}
| mlhs '=' command_call