Move __func__ to jemalloc_internal_macros.h
test/integration/aligned_alloc.c needs it.
This commit is contained in:
@@ -49,3 +49,7 @@
|
||||
#ifndef JEMALLOC_HAS_RESTRICT
|
||||
# define restrict
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user