From 0112c90c463392f857b50828fc1f0bff6a0dfe4b Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Wed, 31 Dec 2008 09:32:30 +0100 Subject: [PATCH] --- yaml --- r: 125438 b: refs/heads/master c: b67ff8ce122f3353bd741db48ce1756c12fb5f2d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/headers_check.pl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1f510247ee2c..7fe60f4498a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 483b41218fa9d5172312a9e294aaf78e22b266e6 +refs/heads/master: b67ff8ce122f3353bd741db48ce1756c12fb5f2d diff --git a/trunk/scripts/headers_check.pl b/trunk/scripts/headers_check.pl index b62c319611a2..db30fac3083e 100644 --- a/trunk/scripts/headers_check.pl +++ b/trunk/scripts/headers_check.pl @@ -78,6 +78,9 @@ sub check_config my $linux_asm_types; sub check_asm_types() { + if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) { + return; + } if ($lineno == 1) { $linux_asm_types = 0; } elsif ($linux_asm_types >= 1) { @@ -95,6 +98,9 @@ () my $linux_types; sub check_sizetypes { + if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) { + return; + } if ($lineno == 1) { $linux_types = 0; } elsif ($linux_types >= 1) {