Fix __always__inline attribute
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3362
This commit is contained in:
parent
b663901319
commit
3ac8b9963b
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue