comparison src/s/aix3-2.h @ 44601:4be8406ebef9

Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:23:33 +0000
parents c370bafa362e
children aef97cec2d4f
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
13 are to comples and need a MAXMEM value greater than 2000 for 13 are to comples and need a MAXMEM value greater than 2000 for
14 additional optimization. --nils@exp-math.uni-essen.de */ 14 additional optimization. --nils@exp-math.uni-essen.de */
15 #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 15 #define C_SWITCH_SYSTEM -ma -qmaxmem=4000
16 #endif 16 #endif
17 17
18 #define HAVE_ALLOCA
19 /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ 18 /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */
20 #ifndef NOT_C_CODE 19 #ifndef NOT_C_CODE
21 #ifndef AIX4 20 #ifndef AIX4
22 #pragma alloca 21 #pragma alloca
23 #endif 22 #endif