--- parser3/src/main/compile.C 2001/07/24 15:43:56 1.42 +++ parser3/src/main/compile.C 2001/07/25 11:16:57 1.43 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: compile.C,v 1.42 2001/07/24 15:43:56 parser Exp $"; +static const char *RCSId="$Id: compile.C,v 1.43 2001/07/25 11:16:57 parser Exp $"; #include "pa_opcode.h" #include "pa_request.h" @@ -48,6 +48,7 @@ VStateless_class& Request::real_compile( pc.line=pc.col=0; #endif // initialise state + pc.skipping_bof_empty_lines=true; pc.pending_state=0; pc.string=NEW String(pool()); pc.ls=LS_USER;