comparison src/m/hp9000s300.h @ 8788:4577387fa731

[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Sep 1994 20:08:33 +0000
parents 7a33be8c3192
children 191acacfa1ec
comparison
equal deleted inserted replaced
8787:87b54930a42a 8788:4577387fa731
158 #define LOAD_AVE_TYPE double 158 #define LOAD_AVE_TYPE double
159 159
160 /* Convert that into an integer that is 100 for a load average of 1.0 */ 160 /* Convert that into an integer that is 100 for a load average of 1.0 */
161 161
162 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 162 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
163
164 #ifdef __GNUC__
165 #define HAVE_ALLOCA
166 #endif
163 167
164 /* This library is needed with -g, on the 200/300 only. */ 168 /* This library is needed with -g, on the 200/300 only. */
165 169
166 #if !defined(__GNUC__) || defined(__HPUX_ASM__) 170 #if !defined(__GNUC__) || defined(__HPUX_ASM__)
167 #define LIBS_DEBUG /usr/lib/end.o 171 #define LIBS_DEBUG /usr/lib/end.o