From 39c33b6cbccc5dac4f1b9e710ba490010d04d8b0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 1 May 2012 19:58:06 +0000 Subject: conformtest: Handle "symbol" lines for allow-header. --- conform/conformtest.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 8b951867cc..a14aa09eeb 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -1075,6 +1075,8 @@ while ($#headers >= 0) { push @allow, $4; } elsif (/^macro *([^ ]*)/) { push @allow, $1; + } elsif (/^symbol *([a-zA-Z0-9_]*) *([A-Za-z0-9_-]*)?/) { + push @allow, $1; } elsif (/^allow-header *(.*)/) { if ($seenheader{$1} != 1) { push @allowheader, $1; -- cgit 1.4.1