Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mono / utils / mono-compiler.h
index 2d7a545068001ef843af994fcea9b2ca7fca2d6f..cc3d00cc50e27a764e002e3ae6a1bc6ce2564dec 100644 (file)
 #define MONO_DEPRECATED 
 #endif
 
+#ifdef __GNUC__
+#define MONO_ALWAYS_INLINE __attribute__((always_inline))
+#else
+#define MONO_ALWAYS_INLINE
+#endif
+
 #endif /* __UTILS_MONO_COMPILER_H__*/