comparison src/s/aix3-2.h @ 13840:d0ae4b5acc2f

Add #pragma alloca.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Dec 1995 23:39:10 +0000
parents 64fe0cc0138e
children 43f740e4aea1
comparison
equal deleted inserted replaced
13839:d597ac78b00e 13840:d0ae4b5acc2f
12 /* Some programs in src produce warnings saying certain subprograms 12 /* Some programs in src produce warnings saying certain subprograms
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 #define HAVE_ALLOCA 18 #define HAVE_ALLOCA
19 #ifndef NOT_C_CODE
20 #pragma alloca
21 #endif
22
18 #undef rindex 23 #undef rindex
19 #undef index 24 #undef index
20 25
21 #define HAVE_FSYNC 26 #define HAVE_FSYNC
22 27