--- parser3/src/include/pa_request.h 2001/10/19 12:43:30 1.104 +++ parser3/src/include/pa_request.h 2001/10/22 08:27:44 1.105 @@ -4,7 +4,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.104 2001/10/19 12:43:30 parser Exp $ + $Id: pa_request.h,v 1.105 2001/10/22 08:27:44 parser Exp $ */ #ifndef PA_REQUEST_H @@ -198,6 +198,9 @@ private: // core data /// charset->pcre_tables Hash CTYPE; + /// stack trace + Stack trace; + private: // compile.C VStateless_class& real_compile(COMPILE_PARAMS);