--- parser3/src/include/pa_pool.h 2001/03/24 19:12:18 1.44 +++ parser3/src/include/pa_pool.h 2001/04/04 06:16:19 1.48 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_pool.h,v 1.44 2001/03/24 19:12:18 paf Exp $ + $Id: pa_pool.h,v 1.48 2001/04/04 06:16:19 paf Exp $ */ #ifndef PA_POOL_H @@ -78,7 +78,7 @@ private: private: // exception handling - // exception replacement mechanism is 'protected' from direct usage + // exception replacement mechanism is 'private'zed from direct usage // Temp_exception object enforces paired set/restore Exception *set_exception(Exception *e){ Exception *r=fexception; @@ -191,8 +191,6 @@ public: #define PTHROW XTHROW(pool.exception()) #define PCATCH(e) XCATCH(e) #define PEND_CATCH XEND_CATCH - -#define RTHROW XTHROW(r.pool().exception()) //@} #endif