--- parser3/src/main/execute.C 2002/08/12 14:21:52 1.249 +++ parser3/src/main/execute.C 2002/08/12 14:24:58 1.250 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_EXECUTE_C="$Date: 2002/08/12 14:21:52 $"; +static const char* IDENT_EXECUTE_C="$Date: 2002/08/12 14:24:58 $"; #include "pa_opcode.h" #include "pa_array.h" @@ -477,7 +477,7 @@ void Request::execute(const Array& ops) &frame.name(), "method is static and can not be used as constructor"); } else - self=&frame.junction.self; // static call + self=&frame.junction.self; frame.set_self(*self);