aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-25 20:51:18 +0000
committerRichard M. Stallman <[email protected]>1998-07-25 20:51:18 +0000
commitc64b0eb74cc648878b7e6583c89d5f6dec70e5b3 (patch)
tree84641fdd0c6f5d1a35c371bbbf9484c563ddd19b /src
parent341989bef39bf16c705d63933b0475febdbc4d7f (diff)
Initial revision
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
new file mode 100644
index 0000000000..58e9dd28e1
--- /dev/null
+++ b/src/s/aix4-2.h
@@ -0,0 +1,7 @@
+/* AIX 4.2 is missing alloca. */
+
+#include "aix4-1.h"
+
+#ifndef __GNUC__
+#undef HAVE_ALLOCA
+#endif