1
0
Fork 0
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:
Nobuyoshi Nakada 2019-07-19 06:15:05 +09:00
parent d40d8b3caf
commit a027c4b5b0
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -5100,10 +5100,7 @@ opt_f_block_arg : ',' f_block_arg
}
| none
{
/*%%%*/
$$ = 0;
/*% %*/
/*% ripper: Qundef %*/
$$ = Qnull;
}
;