зеркало из https://github.com/mozilla/pjs.git
Landing fix for bug 251939. Fixing IRIX build bustage. Patch by grobi_2000@yahoo.de, r=bryner@brianryner.com, sr=jst@mozilla.org
This commit is contained in:
Родитель
f21f190f2d
Коммит
51af531de0
|
@ -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.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче