Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / xm-iris6.h
blob4d429c72edcc165f311133e9a9e11de22aeb6dcf
1 #define MIPS_OVERRIDE_ALLOCA
2 #ifndef __GNUC__
3 #include <alloca.h>
4 #else
5 extern void *alloca ();
6 #endif
8 #include "mips/xm-mips.h"
10 #define USG
12 #undef HOST_BITS_PER_LONG
13 #define HOST_BITS_PER_LONG _MIPS_SZLONG
15 #ifndef inhibit_libc
16 #include "string.h"
17 #endif