summaryrefslogtreecommitdiffstats
path: root/include/jemalloc
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-02-28 01:33:38 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-03-03 21:40:59 (GMT)
commit957b8c5f2171f54f66689875144830e682be8e64 (patch)
tree1dd8205144b7b0456d5f3dc454d83f26c79a5ab5 /include/jemalloc
parentfd058f572baf0955091ed0dd66cca78105fdb539 (diff)
downloadjemalloc-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.h1
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