--- parser3/src/main/execute.C 2001/09/18 16:05:42 1.191 +++ parser3/src/main/execute.C 2001/10/13 15:12:50 1.193 @@ -2,10 +2,10 @@ Parser: executor part of request class. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: execute.C,v 1.193 2001/10/13 15:12:50 parser Exp $ */ -static const char *RCSId="$Id: execute.C,v 1.191 2001/09/18 16:05:42 parser Exp $"; #include "pa_opcode.h" #include "pa_array.h" @@ -22,7 +22,7 @@ static const char *RCSId="$Id: execute.C #include "pa_vfile.h" #include "pa_vimage.h" -//#define DEBUG_EXECUTE +#define DEBUG_EXECUTE const uint ANTI_ENDLESS_EXECUTE_RECOURSION=400;