1
0
Fork 0

Fix to GCC_ATTRIBUTE

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@220
This commit is contained in:
Sjoerd van der Berg 2002-08-25 16:39:45 +00:00
parent 2c911b659f
commit b428e51d3d

View file

@ -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])