1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

parse.y: unified local_push argument

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-01-16 08:21:40 +00:00
parent 1c0073fa64
commit b343c53db0

View file

@ -964,11 +964,7 @@ static void token_info_pop(struct parser_params*, const char *token, const rb_co
%%
program : {
SET_LEX_STATE(EXPR_BEG);
/*%%%*/
local_push(p, 1);
/*%
local_push(p, 0);
%*/
local_push(p, ifndef_ripper(1)+0);
}
top_compstmt
{