diff --git a/Utilities/types.h b/Utilities/types.h index cd99e4cb1a..b79d0cb42a 100644 --- a/Utilities/types.h +++ b/Utilities/types.h @@ -49,7 +49,7 @@ #endif #define SAFE_BUFFERS __attribute__((no_stack_protector)) -#define NEVER_INLINE __attribute__((noinline)) +#define NEVER_INLINE __attribute__((noinline)) inline #define FORCE_INLINE __attribute__((always_inline)) inline #define RESTRICT __restrict__