mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 02:33:14 -08:00
The retrieval of garbage collector statistics was not activated in Windows
This commit is contained in:
parent
a80884fa7e
commit
0c882febe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue