summaryrefslogtreecommitdiff
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
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
-rw-r--r--Changelog.txt2
-rw-r--r--src/map/map.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 1e2588b15..af86481c2 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,8 @@
Date Added
01/27
+ * Tweaked garbage collection code after feedback from users
+ [SVN 1002: MouseJstr]
* Fixed TRADE exploits (it cures proxy hack / vending+trade hack) thanks to Freya [Lupus]
01/26
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