Fix to GCC_ATTRIBUTE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@220
This commit is contained in:
parent
2c911b659f
commit
b428e51d3d
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ AH_TEMPLATE([C_HAS_ATTRIBUTE],[Determines if the compilers supports attributes f
|
|||
AH_BOTTOM([#define INLINE inline])
|
||||
|
||||
AH_BOTTOM([#if C_HAS_ATTRIBUTE
|
||||
#define GCC_ATTRIBUTE __attribute__
|
||||
#define GCC_ATTRIBUTE(x) __attribute__ ((x))
|
||||
#else
|
||||
#define GCC_ATTRIBUTE(x) /* attribute not supported */
|
||||
#endif])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue