Move GCC_ATTRIBUTE out of autoconf
This commit is contained in:
parent
670654fc7b
commit
aff02450d1
3 changed files with 19 additions and 8 deletions
|
@ -334,9 +334,3 @@ AH_BOTTOM([#if C_ATTRIBUTE_FASTCALL
|
|||
#else
|
||||
#define DB_FASTCALL
|
||||
#endif])
|
||||
|
||||
AH_BOTTOM([#if C_HAS_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