--- parser3/src/classes/memory.C 2003/09/22 14:56:13 1.3 +++ parser3/src/classes/memory.C 2005/08/09 08:14:48 1.8 @@ -1,11 +1,11 @@ /** @file Parser: @b memory parser class. - Copyright(c) 2001-2003 ArtLebedev Group(http://www.artlebedev.com) + Copyright(c) 2001-2005 ArtLebedev Group(http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MATH_C="$Date: 2003/09/22 14:56:13 $"; +static const char * const IDENT_MATH_C="$Date: 2005/08/09 08:14:48 $"; #include "pa_common.h" #include "pa_vmemory.h" @@ -23,12 +23,13 @@ public: // Methoded DECLARE_CLASS_VAR(memory, 0 /*fictive*/, new MMemory); +#undef GC_DEBUG #ifdef GC_DEBUG extern "C" GC_API void GC_print_backtrace(void *); void *debug_print_backtrace=0; #endif -static void _compact(Request& r, MethodParams& params) { +static void _compact(Request& r, MethodParams&) { r.wipe_unused_execution_stack(); #ifndef PA_DEBUG_DISABLE_GC {