aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-02-13 11:34:19 +0000
committerRichard M. Stallman1993-02-13 11:34:19 +0000
commitdcb70223ed6c107073aef1606903dc2fdb774fb8 (patch)
tree4ac3bc940cd4858a29552fb8b773d9b974a3b7ed
parent612513388698d74ac676b2e4442444be1b26a8d7 (diff)
downloademacs-dcb70223ed6c107073aef1606903dc2fdb774fb8.tar.gz
emacs-dcb70223ed6c107073aef1606903dc2fdb774fb8.zip
(C_SWITCH_MACHINE): Don't define if GCC.
-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 fe057c2fcc1..3a28bbf59c8 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -9,7 +9,9 @@
9#define alloca __builtin_alloca 9#define alloca __builtin_alloca
10 10
11/* use K&R C */ 11/* use K&R C */
12#ifndef __GNUC__
12#define C_SWITCH_MACHINE -cckr 13#define C_SWITCH_MACHINE -cckr
14#endif
13 15
14/* SGI has all the fancy wait stuff, but we can't include sys/wait.h 16/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
15 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 17 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead