summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorTakashi Tamura <tamuratak@users.noreply.github.com>2021-02-13 12:07:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-15 10:46:29 +0900
commit990b54054d341ea41b75f4abdbead880a47ec46b (patch)
tree6ce1851da5ccabecda88f19840475e958d303a53 /parse.y
parentdbeddfb0b20d40871f3850f48219a9cf1fade26c (diff)
Add a missing semicolon.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4180
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 41e9894a46..10cd1000d9 100644
--- a/parse.y
+++ b/parse.y
@@ -1765,7 +1765,7 @@ expr_value_do : {COND_PUSH(1);} expr_value do {COND_POP();}
{
$$ = $2;
}
-
+ ;
command_call : command
| block_command