From 405cea1f19eb4de00805eeb6bddd36184e51b400 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 20 Feb 2008 18:06:01 +0000 Subject: Support the PCC compiler. --- src/rc/_usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc') diff --git a/src/rc/_usage.c b/src/rc/_usage.c index 0e39271d..6dcb63aa 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 -- cgit v1.2.3