From dcb70223ed6c107073aef1606903dc2fdb774fb8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Feb 1993 11:34:19 +0000 Subject: [PATCH] (C_SWITCH_MACHINE): Don't define if GCC. --- src/s/irix4-0.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index fe057c2fcc1..3a28bbf59c8 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -9,7 +9,9 @@ #define alloca __builtin_alloca /* use K&R C */ +#ifndef __GNUC__ #define C_SWITCH_MACHINE -cckr +#endif /* SGI has all the fancy wait stuff, but we can't include sys/wait.h because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead