103c103,107 < using ::int8_t; --- > #if defined(sun) || defined(__sun) > typedef signed char int8_t; > #else > using ::int8_t; > #endif