--- parser3/src/main/compile.C 2001/03/10 16:34:38 1.24 +++ parser3/src/main/compile.C 2001/03/11 12:04:44 1.26 @@ -1,9 +1,9 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.C,v 1.24 2001/03/10 16:34:38 paf Exp $ + $Id: compile.C,v 1.26 2001/03/11 12:04:44 paf Exp $ */ #include "pa_request.h" @@ -51,7 +51,7 @@ VClass& Request::real_compile(COMPILE_PA pc.sp=0; // 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