]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~54~
authorRoland McGrath <roland@redhat.com>
Wed, 2 Sep 1992 21:53:59 +0000 (21:53 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Sep 1992 21:53:59 +0000 (21:53 +0000)
make.h

diff --git a/make.h b/make.h
index 49c25224ba2bccfb8053f39bea79c2528f637f8e..adaccf3fa1370254cced3fcc4d93c56c59de58e8 100644 (file)
--- a/make.h
+++ b/make.h
@@ -20,6 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  #pragma alloca
 #endif
 
+#ifdef CRAY
+/* This must happen before #include <signal.h> so
+   that the declaration therein is changed.  */
+#define        signal  bsdsignal
+#endif
+
 #define _GNU_SOURCE
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -56,10 +62,6 @@ extern int errno;
 #define        RETSIGTYPE      void
 #endif
 
-#ifdef CRAY
-#define        signal  bsdsignal
-#endif
-
 #ifndef        sigmask
 #define        sigmask(sig)    (1 << ((sig) - 1))
 #endif