From db37bfadb2eebb53170b93a92c81cef0c6011aaa Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 21 Feb 2006 05:19:34 +0000 Subject: * 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 --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.y b/parse.y index 6e0eae01e1..18f1668e57 100644 --- a/parse.y +++ b/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; -- cgit v1.2.3