From 308d26d578ee2df470607dca403b28c61f26c974 Mon Sep 17 00:00:00 2001 From: Alan Burlison Date: Fri, 12 Dec 2003 23:04:52 +0000 Subject: Modify the common guard for the signal.h header, because C99 compilers don't like it.o see : Subject: UNIX03 & C99 issue with 5.8.2 Message-ID: <3FDA4994.6050209@sun.com> p4raw-id: //depot/perl@21883 --- plan9/plan9ish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plan9') diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index 5c922cf0ba..1469e10211 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -93,7 +93,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) +#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX) # include #endif -- cgit v1.2.1