aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-02-13 11:34:19 +0000
committerRichard M. Stallman <[email protected]>1993-02-13 11:34:19 +0000
commitdcb70223ed6c107073aef1606903dc2fdb774fb8 (patch)
tree4ac3bc940cd4858a29552fb8b773d9b974a3b7ed /src/s
parent612513388698d74ac676b2e4442444be1b26a8d7 (diff)
(C_SWITCH_MACHINE): Don't define if GCC.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix4-0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index fe057c2fcc..3a28bbf59c 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