--- parser3/src/main/execute.C 2002/02/20 09:13:08 1.220 +++ parser3/src/main/execute.C 2002/03/27 13:33:32 1.222 @@ -4,7 +4,7 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: execute.C,v 1.220 2002/02/20 09:13:08 paf Exp $ + $Id: execute.C,v 1.222 2002/03/27 13:33:32 paf Exp $ */ #include "pa_opcode.h" @@ -24,7 +24,7 @@ #include "pa_wwrapper.h" //#define DEBUG_EXECUTE -#define DEBUG_STRING_APPENDS_VS_EXPANDS +//#define DEBUG_STRING_APPENDS_VS_EXPANDS #ifdef DEBUG_STRING_APPENDS_VS_EXPANDS @@ -487,7 +487,7 @@ void Request::execute(const Array& ops) } } catch(...) { // record it to stack trace - trace.push((void *)&frame->name()); + exception_trace.push((void *)&frame->name()); /*re*/throw; } } else