Revision 36bb244b

b/target-mips/cpu.h
12 12

  
13 13
// uint_fast8_t and uint_fast16_t not in <sys/int_types.h>
14 14
// XXX: move that elsewhere
15
#if defined(HOST_SOLARIS) && SOLARISREV < 10
15
#if defined(HOST_SOLARIS) && HOST_SOLARIS < 10
16 16
typedef unsigned char           uint_fast8_t;
17 17
typedef unsigned int            uint_fast16_t;
18 18
#endif

Also available in: Unified diff