aboutsummaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
Diffstat (limited to 'conform')
-rw-r--r--conform/conformtest.pl1
-rw-r--r--conform/data/sys/uio.h-data2
2 files changed, 2 insertions, 1 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl
index 4cf571f..d324d81 100644
--- a/conform/conformtest.pl
+++ b/conform/conformtest.pl
@@ -1048,6 +1048,7 @@ while ($#headers >= 0) {
open (ALLOW, "$CC -E -D$dialect - < data/$ah-data |");
acontrol: while (<ALLOW>) {
+ chop;
next acontrol if (/^#/);
next acontrol if (/^[ ]*$/);
diff --git a/conform/data/sys/uio.h-data b/conform/data/sys/uio.h-data
index 7833e722..03d0a3b 100644
--- a/conform/data/sys/uio.h-data
+++ b/conform/data/sys/uio.h-data
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined POSIX && !defined POSIX2008
+#if !defined ISO && !defined POSIX
type {struct iovec}
element {struct iovec} {void*} iov_base