diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:36:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:36:48 +0000 |
commit | 05bcf62afbfcf1a42ef2d8e80e0dba887d970781 (patch) | |
tree | c83528edc34f837ad2ce15e54c890d25faf14ad7 /conform/data/iso646.h-data | |
parent | 01f34a3bd8c087ca4be0bd24857e454c8d29f20b (diff) | |
download | glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.tar glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.tar.gz glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.tar.bz2 glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.zip |
conformtest: Clean up / correct / expand C99 and C11 expectations.
Diffstat (limited to 'conform/data/iso646.h-data')
-rw-r--r-- | conform/data/iso646.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/iso646.h-data b/conform/data/iso646.h-data index 7ac7d09abb..d4afaa5795 100644 --- a/conform/data/iso646.h-data +++ b/conform/data/iso646.h-data @@ -11,5 +11,7 @@ macro or_eq macro xor macro xor_eq +#if !defined ISO && !defined ISO99 && !defined ISO11 allow *_t #endif +#endif |