aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love2002-11-18 16:37:53 +0000
committerDave Love2002-11-18 16:37:53 +0000
commitdee8ab28ac52f3d4c0bae527614fb5fa7122054d (patch)
tree1ee6d25feefda3f9c224b35523c7db6b2b9a909a /src/s
parentca55a74c0bd8ff69ee6159d9339dacd9c8522ad8 (diff)
downloademacs-dee8ab28ac52f3d4c0bae527614fb5fa7122054d.tar.gz
emacs-dee8ab28ac52f3d4c0bae527614fb5fa7122054d.zip
Don't include alloca.h.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix4-0.h4
-rw-r--r--src/s/irix5-0.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 93d4fba1716..4144c34d9af 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -5,10 +5,6 @@
5/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */ 5/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */
6#define XPointer caddr_t 6#define XPointer caddr_t
7 7
8#ifndef NOT_C_CODE
9#include <alloca.h>
10#endif
11
12#undef NEED_SIOCTL 8#undef NEED_SIOCTL
13 9
14/* Include unistd.h, even though we don't define POSIX. */ 10/* Include unistd.h, even though we don't define POSIX. */
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index b2cdbeb0b8c..a83d3fcb417 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -29,12 +29,6 @@
29/* Make process_send_signal work by "typing" a signal character on the pty. */ 29/* Make process_send_signal work by "typing" a signal character on the pty. */
30#define SIGNALS_VIA_CHARACTERS 30#define SIGNALS_VIA_CHARACTERS
31 31
32#ifndef NOT_C_CODE
33#ifndef __GNUC__
34#include <alloca.h>
35#endif
36#endif
37
38/* 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
39 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 33 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
40 we'll just define WNOHANG right here. 34 we'll just define WNOHANG right here.