--- parser3/src/main/compile.tab.C 2003/03/19 12:22:36 1.81.2.13.2.2 +++ parser3/src/main/compile.tab.C 2003/03/20 09:41:45 1.81.2.13.2.4 @@ -43,7 +43,7 @@ Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.tab.C,v 1.81.2.13.2.2 2003/03/19 12:22:36 paf Exp $ + $Id: compile.tab.C,v 1.81.2.13.2.4 2003/03/20 09:41:45 paf Exp $ */ /** @@ -232,7 +232,7 @@ static const short yyrline[] = { 0, #if YYDEBUG != 0 || defined (YYERROR_VERBOSE) -static const char * const yytname[] = { "$","error","$undefined.","EON","STRING", +static const char* const yytname[] = { "$","error","$undefined.","EON","STRING", "BOGUS","BAD_STRING_COMPARISON_OPERATOR","BAD_HEX_LITERAL","BAD_METHOD_DECL_START", "BAD_METHOD_PARAMETER_NAME_CHARACTER","BAD_MATH_OPERATOR_CHARACTER","\"&&\"", "\"||\"","\"!||\"","\"!|\"","\"<=\"","\">=\"","\"==\"","\"!=\"","\"<<\"","\">>\"", @@ -1281,7 +1281,7 @@ case 62: #line 355 "compile.y" { yyval=N(); - OA(*yyval, OP_OBJECT_POOL, yyvsp[0]); /* stack: empty write context */ + OA(*yyval, OP_OBJECT_yyvsp[0]); /* stack: empty write context */ /* some code that writes to that context */ /* context=pop; stack: context.value() */ ; @@ -1427,14 +1427,14 @@ case 105: P(*code, *yyvsp[0]); } yyval=N(); - OA(*yyval, OP_STRING_POOL, code); + OA(*yyval, OP_STRING_code); ; break;} case 106: #line 478 "compile.y" { yyval=N(); - OA(*yyval, OP_OBJECT_POOL, yyvsp[-1]); /* stack: empty write context */ + OA(*yyval, OP_OBJECT_yyvsp[-1]); /* stack: empty write context */ /* some code that writes to that context */ /* context=pop; stack: context.value() */ ; @@ -1648,7 +1648,7 @@ case 157: #line 574 "compile.y" { yyval=N(); - OA(*yyval, OP_STRING_POOL, yyvsp[0]); /* stack: empty write context */ + OA(*yyval, OP_STRING_yyvsp[0]); /* stack: empty write context */ /* some code that writes to that context */ /* context=pop; stack: context.get_string() */ ; @@ -1923,8 +1923,8 @@ static int yylex(YYSTYPE *lvalp, void *p return result; } - const char *begin=PC.source; - const char *end; + const char* begin=PC.source; + const char* end; int begin_line=PC.line; int skip_analized=0; while(true) {