Fixe compile time problems with our mixed C++/C conformance
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1328 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
void* aCalloc_( size_t num, size_t size, const char *file, int line, const char *func );
|
||||
void* aRealloc_( void *p, size_t size, const char *file, int line, const char *func );
|
||||
void aFree_( void *p, const char *file, int line, const char *func );
|
||||
void* aStrdup_( const void *p, const char *file, int line, const char *func );
|
||||
char* aStrdup_( const void *p, const char *file, int line, const char *func );
|
||||
|
||||
# define aMalloc(n) aMalloc_(n,ALC_MARK)
|
||||
# define aMallocA(n) aMalloc_(n,ALC_MARK)
|
||||
|
||||
Reference in New Issue
Block a user