* hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs,
[platform/upstream/binutils.git] / bfd / hosts / solaris2.h
1 /* Solaris-2 host system */
2
3 #include "hosts/sysv4.h"
4
5 #ifndef __GNUC__
6 #include <alloca.h>
7 #endif
8
9 #ifndef __GNUC__
10 /* get around a bug in the Sun C compiler */
11 #define const
12 #endif
13
14 /* That's all... */