summaryrefslogtreecommitdiff
path: root/AK/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Compiler.h')
-rw-r--r--AK/Compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Compiler.h b/AK/Compiler.h
index 0ae775e888..f7ebfa12d6 100644
--- a/AK/Compiler.h
+++ b/AK/Compiler.h
@@ -2,6 +2,7 @@
#define PACKED __attribute__ ((packed))
#define NORETURN __attribute__ ((noreturn))
+#undef ALWAYS_INLINE
#define ALWAYS_INLINE __attribute__ ((always_inline))
#define NEVER_INLINE __attribute__ ((noinline))
#define MALLOC_ATTR __attribute__ ((malloc))