summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:30:15 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:30:15 +0000
commitf50f76af9cf4c6de540f18a46735f9f19c9da230 (patch)
tree4d9708b38d9944b753573d94c3eb3cb4fb262151 /src/common/malloc.h
parentb587488712a319a66f575d2764edf7bc2e25bcc1 (diff)
downloadhercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.gz
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.bz2
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.xz
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.zip
Some misc cleanups (typos, formatting, forgotten changelog entry etc)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9733 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index 2cef33982..1af9cba62 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -154,13 +154,6 @@
////////////////////////////////////////////////
unsigned int malloc_usage (void);
-#ifndef INLINE
- #ifdef _WIN32
- #define INLINE
- #else
- #define INLINE inline
- #endif
-#endif
void malloc_init (void);
void malloc_final (void);