* hosts/std-host.h (struct int64e_struct): Remove needless typedef
[deliverable/binutils-gdb.git] / bfd / hosts / sparc.h
1 #define STDC_HEADERS
2 #define FILE_OFFSET_IS_CHAR_INDEX
3 #if defined(__STDC__) && __GNUC__ >= 2
4 #define abort __hide_abort
5 #define exit __hide_exit
6 #endif
7 #include "hosts/std-host.h"
8 #include <alloca.h>
9 #include <memory.h>
10 #undef exit
11 #undef abort
This page took 0.030095 seconds and 4 git commands to generate.