From 957b8c5f2171f54f66689875144830e682be8e64 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Mon, 27 Feb 2017 17:33:38 -0800 Subject: Stop #define-ining away 'inline' In the long term, we'll transition to C99-style inline semantics. In the short-term, this will allow both styles to coexist without breaking one another. --- include/jemalloc/internal/jemalloc_internal_macros.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/jemalloc/internal/jemalloc_internal_macros.h b/include/jemalloc/internal/jemalloc_internal_macros.h index b70d08a..35a7a10 100644 --- a/include/jemalloc/internal/jemalloc_internal_macros.h +++ b/include/jemalloc/internal/jemalloc_internal_macros.h @@ -16,7 +16,6 @@ # define JEMALLOC_ALWAYS_INLINE_C static # define JEMALLOC_INLINE # define JEMALLOC_INLINE_C static -# define inline #else # define JEMALLOC_ENABLE_INLINE # ifdef JEMALLOC_HAVE_ATTR -- cgit v0.12