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/iso646.h-data | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform/data/iso646.h-data') diff --git a/conform/data/iso646.h-data b/conform/data/iso646.h-data index ffbf489f7a..7ac7d09abb 100644 --- a/conform/data/iso646.h-data +++ b/conform/data/iso646.h-data @@ -1,3 +1,4 @@ +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 macro and macro and_eq macro bitand @@ -11,3 +12,4 @@ macro xor macro xor_eq allow *_t +#endif -- cgit 1.4.1