Skip to content

Commit

Permalink
Use Qnull instead of 0 and Qundef
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 18, 2019
1 parent d40d8b3 commit a027c4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parse.y
Expand Up @@ -5100,10 +5100,7 @@ opt_f_block_arg : ',' f_block_arg
}
| none
{
/*%%%*/
$$ = 0;
/*% %*/
/*% ripper: Qundef %*/
$$ = Qnull;
}
;

Expand Down

0 comments on commit a027c4b

Please sign in to comment.