From: Richard M. Stallman Date: Fri, 13 Aug 1993 22:21:52 +0000 (+0000) Subject: (C_SWITCH_MACHINE): Deleted. X-Git-Tag: emacs-19.34~11243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=820829e347247d6da94f4c9bad9dca525649f7b6;p=emacs.git (C_SWITCH_MACHINE): Deleted. --- diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index ef00caa1b13..6140f09c61b 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -29,11 +29,6 @@ #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.