comparison src/m/hp800.h @ 74825:bdb161691a87

Add support for NetBSD.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 23:05:55 +0000
parents 3bd95f4f2941
children e90d04cd455a bc10a33dd40b
comparison
equal deleted inserted replaced
74824:058e08ed672a 74825:bdb161691a87
172 172
173 #define index strchr 173 #define index strchr
174 #define rindex strrchr 174 #define rindex strrchr
175 175
176 #endif /* __hpux */ 176 #endif /* __hpux */
177
178 /* Systems with GCC don't need to lose. */
179 #ifdef __NetBSD__
180 # ifdef __GNUC__
181 # define alloca __builtin_alloca
182 # define HAVE_ALLOCA
183 # endif /* __GNUC__ */
184 #endif /* __NetBSD__ */
177 185
178 /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c 186 /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c
179 (do not change this comment) */ 187 (do not change this comment) */