aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-25 20:51:18 +0000
committerRichard M. Stallman1998-07-25 20:51:18 +0000
commitc64b0eb74cc648878b7e6583c89d5f6dec70e5b3 (patch)
tree84641fdd0c6f5d1a35c371bbbf9484c563ddd19b /src
parent341989bef39bf16c705d63933b0475febdbc4d7f (diff)
downloademacs-c64b0eb74cc648878b7e6583c89d5f6dec70e5b3.tar.gz
emacs-c64b0eb74cc648878b7e6583c89d5f6dec70e5b3.zip
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 00000000000..58e9dd28e17
--- /dev/null
+++ b/src/s/aix4-2.h
@@ -0,0 +1,7 @@
1/* AIX 4.2 is missing alloca. */
2
3#include "aix4-1.h"
4
5#ifndef __GNUC__
6#undef HAVE_ALLOCA
7#endif