X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=check-module;h=9bfa133133edb0ce0daa7117cd789a0faca113fe;hb=6e32a4f3592731c432e463a855e303cdc73c4e4c;hp=4d01f838735de3c379641ce4bb7c2815cf447e27;hpb=5a913640c1dd6fa3deed716c4a4b7977adf4ef3c;p=gnulib.git diff --git a/check-module b/check-module index 4d01f8387..9bfa13313 100755 --- a/check-module +++ b/check-module @@ -14,7 +14,7 @@ use strict; use Getopt::Long; #use Coda; -(my $VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.2 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; use constant ST_INIT => 1; @@ -151,6 +151,9 @@ sub find_included_lib_files ($) and next; $file =~ /\bhash\.c$/ && $line eq 'obstack.h' and next; + $file =~ /\bfts\.c$/ && + ($line eq 'fts-cycle.c' || $line eq 'unistd-safer.h') + and next; $inc{$line} = 1; } @@ -198,7 +201,7 @@ sub find_included_lib_files ($) 'unlocked-io.h' => 1, # Give gettext.h a free pass only when included from lib/error.c, - # since that we've made that exception solely to make the error + # since we've made that exception solely to make the error # module easier to use -- at RMS's request. 'lib/error.c:gettext.h' => 1, );