diff options
Diffstat (limited to 'src/lib/utils/compiler.h')
-rw-r--r-- | src/lib/utils/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/compiler.h b/src/lib/utils/compiler.h index 503cd3754..2da40b665 100644 --- a/src/lib/utils/compiler.h +++ b/src/lib/utils/compiler.h @@ -183,7 +183,7 @@ #if !defined(BOTAN_FORCE_INLINE) #if defined (__clang__) || defined (__GNUC__) - #define BOTAN_FORCE_INLINE __attribute__ ((__always_inline__)) + #define BOTAN_FORCE_INLINE __attribute__ ((__always_inline__)) inline #elif defined (_MSC_VER) #define BOTAN_FORCE_INLINE __forceinline |