mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a missing semicolon.
This commit is contained in:
parent
dbeddfb0b2
commit
990b54054d
Notes:
git
2021-02-15 10:47:04 +09:00
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -1765,7 +1765,7 @@ expr_value_do : {COND_PUSH(1);} expr_value do {COND_POP();}
|
|||
{
|
||||
$$ = $2;
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
command_call : command
|
||||
| block_command
|
||||
|
|
Loading…
Reference in a new issue