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.
This commit is contained in:
David Goldblatt 2017-02-27 17:33:38 -08:00 committed by David Goldblatt
parent fd058f572b
commit 957b8c5f21

View File

@ -16,7 +16,6 @@
# define JEMALLOC_ALWAYS_INLINE_C static # define JEMALLOC_ALWAYS_INLINE_C static
# define JEMALLOC_INLINE # define JEMALLOC_INLINE
# define JEMALLOC_INLINE_C static # define JEMALLOC_INLINE_C static
# define inline
#else #else
# define JEMALLOC_ENABLE_INLINE # define JEMALLOC_ENABLE_INLINE
# ifdef JEMALLOC_HAVE_ATTR # ifdef JEMALLOC_HAVE_ATTR