comparison src/m/hp9000s300.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 ee40177f6c68
children 23a1cea22d13
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* machine description file for hp9000 series 200 or 300 on either HPUX or BSD. 1 /* machine description file for hp9000 series 200 or 300 on either HPUX or BSD.
2 Copyright (C) 1985 Free Software Foundation, Inc. 2 Copyright (C) 1985, 2002 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
118 #undef hp9000s300 118 #undef hp9000s300
119 #define m68000 119 #define m68000
120 120
121 #define CRT0_DUMMIES bogus_a6, 121 #define CRT0_DUMMIES bogus_a6,
122 122
123 #define HAVE_ALLOCA
124
125 #ifndef __GNUC__ 123 #ifndef __GNUC__
126 #define LIBS_DEBUG /* don't have -lg that works */ 124 #define LIBS_DEBUG /* don't have -lg that works */
127 #define C_DEBUG_SWITCH /* don't support -g */ 125 #define C_DEBUG_SWITCH /* don't support -g */
128 #endif 126 #endif
129 127
147 #define LOAD_AVE_TYPE double 145 #define LOAD_AVE_TYPE double
148 146
149 /* Convert that into an integer that is 100 for a load average of 1.0 */ 147 /* Convert that into an integer that is 100 for a load average of 1.0 */
150 148
151 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 149 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
152
153 #ifdef __GNUC__
154 #define HAVE_ALLOCA
155 #endif
156 150
157 /* This library is needed with -g, on the 200/300 only. */ 151 /* This library is needed with -g, on the 200/300 only. */
158 152
159 #if !defined(__GNUC__) || defined(__HPUX_ASM__) 153 #if !defined(__GNUC__) || defined(__HPUX_ASM__)
160 #define LIBS_DEBUG /usr/lib/end.o 154 #define LIBS_DEBUG /usr/lib/end.o