--- parser3/src/main/execute.C 2016/10/04 22:05:28 1.389 +++ parser3/src/main/execute.C 2016/10/04 22:06:40 1.390 @@ -21,7 +21,7 @@ #include "pa_vimage.h" #include "pa_wwrapper.h" -volatile const char * IDENT_EXECUTE_C="$Id: execute.C,v 1.389 2016/10/04 22:05:28 moko Exp $" IDENT_PA_OPCODE_H IDENT_PA_OPERATION_H IDENT_PA_VCODE_FRAME_H IDENT_PA_WWRAPPER_H; +volatile const char * IDENT_EXECUTE_C="$Id: execute.C,v 1.390 2016/10/04 22:06:40 moko Exp $" IDENT_PA_OPCODE_H IDENT_PA_OPERATION_H IDENT_PA_VCODE_FRAME_H IDENT_PA_WWRAPPER_H; //#define DEBUG_EXECUTE @@ -1395,7 +1395,6 @@ Value& Request::process(Value& input_val // using the fact in decision "which wrapper to use" bool using_code_frame=junction->wcontext; if(using_code_frame) { - throw Exception(PARSER_RUNTIME, 0, "VCodeFrame used"); // {} code wrapper VCodeFrame local(*junction->wcontext); wcontext=&local;