summaryrefslogtreecommitdiffstats
path: root/src/moz-sdk/nptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/moz-sdk/nptypes.h')
-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 45c0441..fbe6bd7 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(__osf__) || defined(IRIX) || defined(HPUX)
+#elif defined(_AIX) || defined(__sun) || defined(IRIX) || defined(HPUX)
/*
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
* but not bool for C.