--- parser3/src/include/pa_memory.h 2003/09/22 14:56:19 1.5 +++ parser3/src/include/pa_memory.h 2003/11/20 16:34:25 1.8 @@ -9,22 +9,17 @@ #ifndef PA_MEMORY_H #define PA_MEMORY_H -static const char* IDENT_MEMORY_H="$Date: 2003/09/22 14:56:19 $"; +static const char * const IDENT_MEMORY_H="$Date: 2003/11/20 16:34:25 $"; // include #include "pa_config_includes.h" /// to debug backtrace pointers switch this on: -//#define GC_DEBUG -#include "gc.h" - - -#ifdef XML -# include "gdome.h" -// for xmlChar -# include "libxml/tree.h" +#ifdef _DEBUG +#define GC_DEBUG #endif +#include "gc.h" // defines