--- parser3/src/main/execute.C 2003/11/20 15:35:31 1.301 +++ parser3/src/main/execute.C 2003/11/20 16:39:49 1.303 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_EXECUTE_C="$Date: 2003/11/20 15:35:31 $"; +static const char * const IDENT_EXECUTE_C="$Date: 2003/11/20 16:39:49 $"; #include "pa_opcode.h" #include "pa_array.h" @@ -907,7 +907,7 @@ StringOrValue Request::process(Value& in wcontext=&local; // execute it - recoursion_checked_execute(/*0/*result_name* /, */ *junction->code); + recoursion_checked_execute(*junction->code); // CodeFrame soul: // string writes were intercepted @@ -919,7 +919,7 @@ StringOrValue Request::process(Value& in wcontext=&local; // execute it - recoursion_checked_execute(/*0/*result_name* /, */ *junction->code); + recoursion_checked_execute(*junction->code); result=wcontext->result(); }