--- parser3/src/classes/memory.C 2003/11/20 15:35:29 1.4 +++ parser3/src/classes/memory.C 2004/06/22 14:12:57 1.7 @@ -1,11 +1,11 @@ /** @file Parser: @b memory parser class. - Copyright(c) 2001-2003 ArtLebedev Group(http://www.artlebedev.com) + Copyright(c) 2001-2004 ArtLebedev Group(http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MATH_C="$Date: 2003/11/20 15:35:29 $"; +static const char * const IDENT_MATH_C="$Date: 2004/06/22 14:12:57 $"; #include "pa_common.h" #include "pa_vmemory.h" @@ -23,6 +23,7 @@ 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;