(C_SWITCH_MACHINE): Deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Aug 1993 22:21:52 +0000 (22:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Aug 1993 22:21:52 +0000 (22:21 +0000)
src/s/irix5-0.h

index ef00caa..6140f09 100644 (file)
 #endif
 #endif
 
-/* 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
    we'll just define WNOHANG right here.