The common ansidecl.h provides fallbacks for these so we don't need to.
+2021-06-16 Mike Frysinger <vapier@gentoo.org>
+
+ * basics.h (__attribute__): Delete.
+ * misc.h (__attribute__): Likewise.
+ Include ansidecl.h.
+
2021-06-16 Mike Frysinger <vapier@gentoo.org>
* cpu.h: Include ansidecl.h.
#include <stdlib.h>
-#if !defined (__attribute__)
-#if (!defined(__GNUC__) \
- || (__GNUC__ < 2) \
- || (__GNUC__ == 2 && __GNUC_MINOR__ < 6))
-#define __attribute__(arg)
-#endif
-#endif
-
-
/* Basic definitions - ordered so that nothing calls what comes after
it */
#include <string.h>
#include <stdlib.h>
-#if !defined (__attribute__) && (!defined(__GNUC__) || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7))
-#define __attribute__(arg)
-#endif
-
-
-
+#include "ansidecl.h"
#include "filter_filename.h"
extern void error