Mercurial > emacs
changeset 4608:d16d1e3af7b3
(C_SWITCH_MACHINE): Deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 13 Aug 1993 22:21:52 +0000 |
parents | 81ee2854ccb5 |
children | a48508d05cce |
files | src/s/irix5-0.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix5-0.h Fri Aug 13 22:18:34 1993 +0000 +++ b/src/s/irix5-0.h Fri Aug 13 22:21:52 1993 +0000 @@ -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.