This commit is contained in:
jst%mozilla.jstenback.com 2004-09-01 00:32:03 +00:00
Родитель f21f190f2d
Коммит 51af531de0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@
*/ */
typedef int int32_t; typedef int int32_t;
typedef unsigned int uint32_t; typedef unsigned int uint32_t;
#elif defined(_AIX) || defined(__sun) || defined(__osf__) #elif defined(_AIX) || defined(__sun) || defined(__osf__) || defined(IRIX)
/* /*
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t, * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
* but not bool for C. * but not bool for C.