--- parser3/src/main/compile.C 2001/08/28 10:36:57 1.47 +++ parser3/src/main/compile.C 2001/10/19 12:43:30 1.51 @@ -2,10 +2,10 @@ Parser: compiler part of request class. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: compile.C,v 1.51 2001/10/19 12:43:30 parser Exp $ */ -static const char *RCSId="$Id: compile.C,v 1.47 2001/08/28 10:36:57 parser Exp $"; #include "pa_opcode.h" #include "pa_request.h" @@ -56,14 +56,14 @@ VStateless_class& Request::real_compile( pc.object_constructor_allowed=false; // parse=compile! -// yydebug=1; + //yydebug=1; if(yyparse(&pc)) { // error? if(pc.col==0) { // expecting something after EOL means they've expected it BEFORE // step back. -1 col means EOL pc.line--; pc.col=-1; } - THROW(0,0, + throw Exception(0,0, 0, #ifndef NO_STRING_ORIGIN "%s(%d:%d): "