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