aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-13 22:21:52 +0000
committerRichard M. Stallman1993-08-13 22:21:52 +0000
commit820829e347247d6da94f4c9bad9dca525649f7b6 (patch)
tree04370616d5defab2cc2a3ddc8790f5c667e3abe5 /src
parent1c0feb6700bbe9188711c64ffdcc373e01f41812 (diff)
downloademacs-820829e347247d6da94f4c9bad9dca525649f7b6.tar.gz
emacs-820829e347247d6da94f4c9bad9dca525649f7b6.zip
(C_SWITCH_MACHINE): Deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-0.h5
1 files changed, 0 insertions, 5 deletions
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 @@
29#endif 29#endif
30#endif 30#endif
31 31
32/* use K&R C */
33#ifndef __GNUC__
34#define C_SWITCH_MACHINE -cckr
35#endif
36
37/* SGI has all the fancy wait stuff, but we can't include sys/wait.h 32/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
38 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 33 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
39 we'll just define WNOHANG right here. 34 we'll just define WNOHANG right here.