summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wolf/port/sys.h')
-rw-r--r--include/wolf/port/sys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 6994d13..98661a6 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -343,10 +343,12 @@
#define __PRETTY_FUNCTION__ __func__
#define _VA_LIST_DEFINED
-#define __THROW
#define __const const
#define __USER_LABEL_PREFIX__
+/* all GNUish macros should be ignored */
+#define __attribute__(X)
+
#endif /* defined __PCC__ **/
#endif /* ifndef WOLF_SYS_H */