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:
parent
1c0073fa64
commit
b343c53db0
1 changed files with 1 additions and 5 deletions
6
parse.y
6
parse.y
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue