--- parser3/src/main/compile.C 2003/02/17 11:36:15 1.69.2.5 +++ parser3/src/main/compile.C 2003/02/17 15:34:19 1.69.2.6 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_COMPILE_C="$Date: 2003/02/17 11:36:15 $"; +static const char* IDENT_COMPILE_C="$Date: 2003/02/17 15:34:19 $"; #include "pa_opcode.h" #include "pa_request.h" @@ -39,7 +39,7 @@ VStateless_class& Request::real_compile( pc.in_call_value=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