changeset 1856:c4768d9b6a2f

(C_SWITCH_MACHINE): Don't define if GCC.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Feb 1993 11:34:19 +0000
parents 80c1064620a8
children 9d65dfc7bdb7
files src/s/irix4-0.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix4-0.h	Thu Feb 11 23:32:07 1993 +0000
+++ b/src/s/irix4-0.h	Sat Feb 13 11:34:19 1993 +0000
@@ -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