diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-02-28 01:33:38 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-03-03 21:40:59 (GMT) |
commit | 957b8c5f2171f54f66689875144830e682be8e64 (patch) | |
tree | 1dd8205144b7b0456d5f3dc454d83f26c79a5ab5 /include/jemalloc | |
parent | fd058f572baf0955091ed0dd66cca78105fdb539 (diff) | |
download | jemalloc-957b8c5f2171f54f66689875144830e682be8e64.zip jemalloc-957b8c5f2171f54f66689875144830e682be8e64.tar.gz jemalloc-957b8c5f2171f54f66689875144830e682be8e64.tar.bz2 |
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.
Diffstat (limited to 'include/jemalloc')
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |