Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header

This commit is contained in:
Mike Hommey
2014-05-28 12:39:13 +09:00
committed by Jason Evans
parent affe009e37
commit 12f74e680c
4 changed files with 60 additions and 56 deletions

View File

@@ -49,7 +49,3 @@
#ifndef JEMALLOC_HAS_RESTRICT
# define restrict
#endif
#ifdef _MSC_VER
# define __func__ __FUNCTION__
#endif