summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-02 23:20:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-02 23:20:43 +0000
commitcaf7f573e9061e5b11d20723b0b2313ed4698dfc (patch)
tree33b3b4541c0870e643eef9b35683f47b665105a9 /conform
parent6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8 (diff)
conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/complex.h-data2
-rw-r--r--conform/data/inttypes.h-data2
2 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/complex.h-data b/conform/data/complex.h-data
index 8f31d22057..8abfb507b9 100644
--- a/conform/data/complex.h-data
+++ b/conform/data/complex.h-data
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
macro complex
macro _Complex_I
optional-macro imaginary
diff --git a/conform/data/inttypes.h-data b/conform/data/inttypes.h-data
index d308a52255..5ef54f6ebe 100644
--- a/conform/data/inttypes.h-data
+++ b/conform/data/inttypes.h-data
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
type int8_t
type int16_t
type int32_t