summaryrefslogtreecommitdiff
path: root/check-module
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-21 08:21:32 +0000
committerJim Meyering <jim@meyering.net>2006-08-21 08:21:32 +0000
commitbab13bbfea6efb701d7e5746c0dd3b5038f5a5ae (patch)
treecd8427e37b1156cc08a167aa77ba32a8d38ea5e1 /check-module
parent5311089301795e1caf88d51713898bb63ae9ad66 (diff)
downloadgnulib-bab13bbfea6efb701d7e5746c0dd3b5038f5a5ae.tar.gz
* check-module (find_included_lib_files): Add at-func.c to the
ok-to-include-more-than-once white list.
Diffstat (limited to 'check-module')
-rwxr-xr-xcheck-module5
1 files changed, 3 insertions, 2 deletions
diff --git a/check-module b/check-module
index e9c1d30bbe..188ecef849 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 <http://www.gnu.org/licenses/gpl.html>.\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