summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 4ad550b6e..591ade575 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -90,4 +90,10 @@
#undef FPM_PPC
#undef FPM_SPARC
#undef FPM_MIPS
-#undef FPM_M68K \ No newline at end of file
+#undef FPM_M68K
+
+@BOTTOM@
+/* Disable GCC compiler extensions, if gcc is not in use */
+#ifndef __GNUC__
+#define __attribute__(x) /**/
+#endif