comparison src/s/aix4-2.h @ 25567:c6181e97cf15

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.
author Dave Love <fx@gnu.org>
date Mon, 06 Sep 1999 16:07:27 +0000
parents a8482d4262a4
children 4be8406ebef9
comparison
equal deleted inserted replaced
25566:04942772c338 25567:c6181e97cf15
1 /* AIX 4.2 is missing alloca. */ 1 /* AIX 4.2 is missing alloca. */
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