aboutsummaryrefslogtreecommitdiff
path: root/conform/data/inttypes.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/inttypes.h-data')
-rw-r--r--conform/data/inttypes.h-data2
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/inttypes.h-data b/conform/data/inttypes.h-data
index 17d2b97..d308a52 100644
--- a/conform/data/inttypes.h-data
+++ b/conform/data/inttypes.h-data
@@ -1,3 +1,4 @@
+#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
type int8_t
type int16_t
type int32_t
@@ -141,3 +142,4 @@ allow INT*
allow UINT*
allow PRI[Xa-z]*
allow SCN[Xa-z]*
+#endif