From fbeaa3c47d05dd90781bdf13b9004fd274512e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 9 May 2005 00:27:37 +0000 Subject: Update util/ck_errf.pl script, and have it run automatically during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now. --- util/mkerr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/mkerr.pl') diff --git a/util/mkerr.pl b/util/mkerr.pl index 4b1b1531a3..d8e6239e42 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -148,7 +148,7 @@ while (($hdr, $lib) = each %libinc) my $name = $1; $name =~ tr/[a-z]/[A-Z]/; $ftrans{$name} = $1; - } elsif (/\(/ and not (/=/ or /DECLARE_STACK/)) { + } elsif (/\(/ and not (/=/ or /DECLARE_STACK/ or /TYPEDEF_D2I2D_OF/)) { print STDERR "Header $hdr: cannot parse: $_;\n"; } } -- cgit v1.2.3