summaryrefslogtreecommitdiffhomepage
path: root/compat/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/macros.h')
-rw-r--r--compat/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/macros.h b/compat/macros.h
index 5325d055..237bef15 100644
--- a/compat/macros.h
+++ b/compat/macros.h
@@ -9,7 +9,7 @@
#if defined _MSC_VER
# define force_inline __forceinline
#else
-# define force_inline __attribute__((always_inline))
+# define force_inline __attribute__((always_inline)) inline
#endif
#if !defined likely