Initial revision
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 20:51:18 +0000 (20:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 20:51:18 +0000 (20:51 +0000)
src/s/aix4-2.h [new file with mode: 0644]

diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
new file mode 100644 (file)
index 0000000..58e9dd2
--- /dev/null
@@ -0,0 +1,7 @@
+/* AIX 4.2 is missing alloca.  */
+
+#include "aix4-1.h"
+
+#ifndef __GNUC__
+#undef HAVE_ALLOCA
+#endif