summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-26 23:00:50 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-26 23:00:50 +0000
commit1e9da75769de34e818e0cefc8aa6fb7f4e60731c (patch)
tree2e21a99e08f57b222b357db473bd556ee65302c5 /src/map/map.c
parentd6c64e0b829e4aa659e99798d652741959227cd9 (diff)
downloadhercules-1e9da75769de34e818e0cefc8aa6fb7f4e60731c.tar.gz
hercules-1e9da75769de34e818e0cefc8aa6fb7f4e60731c.tar.bz2
hercules-1e9da75769de34e818e0cefc8aa6fb7f4e60731c.tar.xz
hercules-1e9da75769de34e818e0cefc8aa6fb7f4e60731c.zip
Update to garbage collector
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1002 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
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