Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125438
b: refs/heads/master
c: b67ff8c
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jan 2, 2009
1 parent 238b545 commit 0112c90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 483b41218fa9d5172312a9e294aaf78e22b266e6
refs/heads/master: b67ff8ce122f3353bd741db48ce1756c12fb5f2d
6 changes: 6 additions & 0 deletions trunk/scripts/headers_check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 0112c90

Please sign in to comment.