(C_SWITCH_MACHINE): Don't define if GCC.

This commit is contained in:
Richard M. Stallman 1993-02-13 11:34:19 +00:00
parent 6125133886
commit dcb70223ed

View file

@ -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