1
0
Fork 0

Fix __always__inline attribute

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3362
This commit is contained in:
Sjoerd van der Berg 2009-04-26 19:12:39 +00:00
parent b663901319
commit 3ac8b9963b

View file

@ -324,7 +324,7 @@ AH_TOP([
])
AH_BOTTOM([#if C_ATTRIBUTE_ALWAYS_INLINE
#define INLINE __attribute__((always_inline))
#define INLINE inline __attribute__((always_inline))
#else
#define INLINE inline
#endif])