mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 09:07:18 +03:00
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:
parent
fd058f572b
commit
957b8c5f21
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue