From 78b80bc72060f42dfe993e441af9e4c767593788 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Wed, 15 Sep 2010 10:23:01 +0100 Subject: [PATCH] [639403] Fixes the endless recursion with hacked EOF --- mcs/mcs/cs-parser.jay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/mcs/cs-parser.jay b/mcs/mcs/cs-parser.jay index 526ed6389c01c..bab3ddf64267e 100644 --- a/mcs/mcs/cs-parser.jay +++ b/mcs/mcs/cs-parser.jay @@ -5915,7 +5915,7 @@ opt_query_continuation interactive_parsing : EVAL_STATEMENT_PARSER EOF - | EVAL_USING_DECLARATIONS_UNIT_PARSER using_directives + | EVAL_USING_DECLARATIONS_UNIT_PARSER using_directives opt_COMPLETE_COMPLETION | EVAL_STATEMENT_PARSER { Evaluator.LoadAliases (current_namespace);