diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 4a79f61b0..f5254c641 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -100,7 +100,7 @@ #else // __native_client__ #ifdef __clang__ // because restrict broken in clang, now it removed from all places. -//#define restrict __restrict__ +// #define restrict __restrict__ #define restrict #define restrict2 #else // __clang__ |