From d279b9f3ab9fbc005271efd50193c78c325e7b2d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 14 Sep 2008 22:33:16 +0000 Subject: Small documentation svn path=/trunk/mcs/; revision=112978 --- mcs/jay/skeleton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/jay') diff --git a/mcs/jay/skeleton.cs b/mcs/jay/skeleton.cs index f11cf4e2a3c..ebed7b7c15c 100644 --- a/mcs/jay/skeleton.cs +++ b/mcs/jay/skeleton.cs @@ -183,7 +183,7 @@ t debug.shift(yyState, yyTable[yyN], yyErrorFlag-1); . yyExpectingState = yyState; . // yyerror(String.Format ("syntax error, got token `{0}'", yyname (yyToken)), yyExpecting(yyState)); t if (debug != null) debug.error("syntax error"); -. if (yyToken == 0 || yyToken == eof_token /* eof */) throw new yyParser.yyUnexpectedEof (); +. if (yyToken == 0 /*eof*/ || yyToken == eof_token) throw new yyParser.yyUnexpectedEof (); . goto case 1; . case 1: case 2: . yyErrorFlag = 3; -- cgit v1.2.3