summaryrefslogtreecommitdiff
path: root/src/rc/_usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/_usage.c')
-rw-r--r--src/rc/_usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index 0e39271..6dcb63a 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -27,7 +27,7 @@
#if lint
# define _noreturn
#endif
-#if __GNUC__ > 2 || defined(__INTEL_COMPILER)
+#if __GNUC__ > 2 || defined(__INTEL_COMPILER) || defined(__PCC__)
# define _noreturn __attribute__ ((__noreturn__))
#endif