diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index e942ead50..16a8d5905 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2697,7 +2697,7 @@ int do_init(int argc, char *argv[]) { FILE *data_conf; char line[1024], w1[1024], w2[1024]; -#ifdef DGCOLLECT +#ifdef GCOLLECT GC_enable_incremental(); #endif |