X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=check-module;h=188ecef8492f3031479627d4c93d91606481d119;hb=37ccb10a1fdf599ceb91d18385b31ce99b17e21c;hp=e9c1d30bbe92d3f4363316d84667cff8513e468b;hpb=a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2;p=gnulib.git diff --git a/check-module b/check-module index e9c1d30bb..188ecef84 100755 --- a/check-module +++ b/check-module @@ -46,7 +46,7 @@ my $COPYRIGHT_NOTICE = "Copyright (C) 2006 Free Software Foundation, Inc.\n". "the GNU General Public License .\n". "There is NO WARRANTY, to the extent permitted by law.\n"; -(my $VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.6 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; use constant ST_INIT => 1; @@ -156,7 +156,8 @@ sub find_included_lib_files ($) my ($file) = @_; # Special cases... - my %special_non_dup = ( 'fnmatch_loop.c' => 1, 'regex.c' => 1 ); + my %special_non_dup = ( 'fnmatch_loop.c' => 1, + 'regex.c' => 1, 'at-func.c' => 1 ); my %inc; open FH, '<', $file