The retrieval of garbage collector statistics was not activated in Windows

This commit is contained in:
jgarcia 2007-01-11 08:57:33 +00:00
parent a80884fa7e
commit 0c882febe0

View file

@ -20,7 +20,7 @@
#define CLOS
/* Use Boehm's garbage collector */
#define GBC_BOEHM 1
#define GBC_BOEHM 0
#ifdef GBC_BOEHM
#include <ecl/gc/gc.h>
#define ECL_DYNAMIC_VV