mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use Qnull instead of 0 and Qundef
This commit is contained in:
parent
d40d8b3caf
commit
a027c4b5b0
1 changed files with 1 additions and 4 deletions
5
parse.y
5
parse.y
|
@ -5100,10 +5100,7 @@ opt_f_block_arg : ',' f_block_arg
|
|||
}
|
||||
| none
|
||||
{
|
||||
/*%%%*/
|
||||
$$ = 0;
|
||||
/*% %*/
|
||||
/*% ripper: Qundef %*/
|
||||
$$ = Qnull;
|
||||
}
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue