aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-09-06 16:07:27 +0000
committerDave Love1999-09-06 16:07:27 +0000
commit6340679d442b105363f2fc194f3cb2f20613422b (patch)
treec6ec0a4ac01ff99995296139040b958280ba4496 /src
parent96fe2598015660a01a204b83d490772dd8fe81dd (diff)
downloademacs-6340679d442b105363f2fc194f3cb2f20613422b.tar.gz
emacs-6340679d442b105363f2fc194f3cb2f20613422b.zip
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
* s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4-2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index 58e9dd28e17..15d32917cc7 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -2,6 +2,8 @@
2 2
3#include "aix4-1.h" 3#include "aix4-1.h"
4 4
5#undef ALIGN_DATA_RELOC
6
5#ifndef __GNUC__ 7#ifndef __GNUC__
6#undef HAVE_ALLOCA 8#undef HAVE_ALLOCA
7#endif 9#endif