aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/irix4-0.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-25 21:01:14 +0000
committerRichard M. Stallman <[email protected]>1993-05-25 21:01:14 +0000
commitf4531fd6189dc945defd22768b9bbdcf096b8cc8 (patch)
tree9d4086bec13d1c660f51b752e4674af6f7a34746 /src/s/irix4-0.h
parente3971158d959ef3f1dd5c5e384ded5093114ed21 (diff)
(C_ALLOCA, alloca): Definitions deleted.
[!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this.
Diffstat (limited to 'src/s/irix4-0.h')
-rw-r--r--src/s/irix4-0.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 197d32c1ec..1e945bdc0f 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -2,11 +2,12 @@
#define USG5_3
-/* Define HAVE_ALLOCA to say that the system provides a properly
- working alloca function and it should be used. */
#define HAVE_ALLOCA
-#undef C_ALLOCA
-#define alloca __builtin_alloca
+#ifndef NOT_C_CODE
+#include <alloca.h>
+#endif
+
+#undef NEED_SIOCTL
/* use K&R C */
#ifndef __GNUC__