summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/moz-sdk/nptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moz-sdk/nptypes.h b/src/moz-sdk/nptypes.h
index 8307c26..677ff6b 100644
--- a/src/moz-sdk/nptypes.h
+++ b/src/moz-sdk/nptypes.h
@@ -47,7 +47,7 @@
*/
typedef int int32_t;
typedef unsigned int uint32_t;
-#elif defined(_AIX) || defined(__sun) || defined(IRIX)
+#elif defined(_AIX) || defined(__sun)
/*
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
* but not bool for C.