mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y: fixed compile error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e9c43f170
commit
db37bfadb2
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -122,6 +122,7 @@ static int in_single = 0;
|
|||
static int in_def = 0;
|
||||
static int compile_for_eval = 0;
|
||||
static ID cur_mid = 0;
|
||||
static int command_start = Qtrue;
|
||||
|
||||
static NODE *cond();
|
||||
static NODE *logop();
|
||||
|
@ -2561,7 +2562,6 @@ yyerror(msg)
|
|||
}
|
||||
|
||||
static int heredoc_end;
|
||||
static int command_start = Qtrue;
|
||||
|
||||
int ruby_in_compile = 0;
|
||||
int ruby__end__seen;
|
||||
|
|
Loading…
Add table
Reference in a new issue