mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
fix non-standard line continuation
This commit is contained in:
parent
fe51d11e61
commit
a799a19136
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
|
||||
#include "mimalloc-types.h"
|
||||
|
||||
#if defined(MI_MALLOC_OVERRIDE) && \
|
||||
(defined(__APPLE__) || defined(__OpenBSD__) || defined(__DragonFly__))
|
||||
#if defined(MI_MALLOC_OVERRIDE) && (defined(__APPLE__) || defined(__OpenBSD__) || defined(__DragonFly__))
|
||||
#define MI_TLS_RECURSE_GUARD
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue