--- parser3/src/include/pa_memory.h 2007/05/07 09:47:07 1.16 +++ parser3/src/include/pa_memory.h 2012/03/16 09:24:09 1.18 @@ -1,7 +1,7 @@ /** @file Parser: memory reference counting classes decls. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -9,7 +9,7 @@ #ifndef PA_MEMORY_H #define PA_MEMORY_H -static const char * const IDENT_MEMORY_H="$Date: 2007/05/07 09:47:07 $"; +#define IDENT_PA_MEMORY_H "$Id: pa_memory.h,v 1.18 2012/03/16 09:24:09 moko Exp $" // include @@ -18,6 +18,9 @@ static const char * const IDENT_MEMORY_H // defines +// use destructors for Array, Hash and VMethodFrame +#define USE_DESTRUCTORS + //#define PA_DEBUG_GC_MEMORY #ifdef PA_DEBUG_GC_MEMORY