1
0
Fork 0

Move GCC_ATTRIBUTE out of autoconf

This commit is contained in:
Patryk Obara 2019-12-29 15:49:30 +01:00 committed by Patryk Obara
parent 670654fc7b
commit aff02450d1
3 changed files with 19 additions and 8 deletions

View file

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