Skip to content

Commit

Permalink
[639403] Fixes the endless recursion with hacked EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Sep 15, 2010
1 parent 55bd1d4 commit 78b80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcs/mcs/cs-parser.jay
Expand Up @@ -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);

Expand Down

0 comments on commit 78b80bc

Please sign in to comment.