Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / xm-iris5.h
blobf3eb9cdb75361c177c1158efbae7706858417243
1 #include "mips/xm-mips.h"
3 #define USG
5 /* On SGI IRIX 5.3, inttypes.h clashes with sys/types.h, but the clash
6 (when compiled with GCC) is a warning, so configure.in thinks it's OK
7 to use it. Work around this problem. */
9 #ifdef HAVE_INTTYPES_H
10 #undef HAVE_INTTYPES_H
11 #endif