summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 14:52:15 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 14:52:15 +0000
commitbe2871f1e62bbb88c7fd413456d1b9c39d1f2fd9 (patch)
tree029ac5797e73b0e9af9976023a407485917ac92c /src/common/malloc.h
parenta37f1982ac7b798b1a696908d96059ed15d62065 (diff)
downloadhercules-be2871f1e62bbb88c7fd413456d1b9c39d1f2fd9.tar.gz
hercules-be2871f1e62bbb88c7fd413456d1b9c39d1f2fd9.tar.bz2
hercules-be2871f1e62bbb88c7fd413456d1b9c39d1f2fd9.tar.xz
hercules-be2871f1e62bbb88c7fd413456d1b9c39d1f2fd9.zip
some small USE_MEMMGR changes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1428 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index 1bc0eb292..c233adb8d 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -3,9 +3,6 @@
#include <stdlib.h>
-// 独自メモリマネージャを使用する場合、次のコメントを外してください。
-// #define USE_MEMMGR
-
#if defined(DMALLOC)
# include "dmalloc.h"
@@ -75,10 +72,6 @@
#endif
-#ifndef USE_MEMMGR
- #define do_init_memmgr(file)
-#else
- int do_init_memmgr(const char* file);
-#endif
+int do_init_memmgr(const char* file);
#endif