From 343222a2a0bdc34f09dfbd1abfb06b2d1e8d5d46 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 1 May 2012 20:04:15 +0000 Subject: conformtest: Don't test non-C90 headers for C90. --- conform/data/stdint.h-data | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform/data/stdint.h-data') diff --git a/conform/data/stdint.h-data b/conform/data/stdint.h-data index 5b3fb17..99bdf22 100644 --- a/conform/data/stdint.h-data +++ b/conform/data/stdint.h-data @@ -1,3 +1,4 @@ +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98 type int8_t type int16_t type int32_t @@ -112,3 +113,4 @@ macro UINTMAX_C // fnamtch implementation doesn't grok the right form. allow INT* allow UINT* +#endif -- cgit v1.1