--- parser3/src/main/compile.C 2001/07/25 12:18:23 1.44 +++ parser3/src/main/compile.C 2001/07/26 10:47:02 1.45 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: compile.C,v 1.44 2001/07/25 12:18:23 parser Exp $"; +static const char *RCSId="$Id: compile.C,v 1.45 2001/07/26 10:47:02 parser Exp $"; #include "pa_opcode.h" #include "pa_request.h" @@ -53,6 +53,7 @@ VStateless_class& Request::real_compile( pc.string=NEW String(pool()); pc.ls=LS_USER; pc.sp=0; + pc.object_constructor_allowed=pc.object_constructing=false; // parse=compile! // yydebug=1;