From: Jim Meyering Date: Wed, 23 Mar 2005 13:38:08 +0000 (+0000) Subject: don't `use Coda;' X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20705247110f219a61fbe01bd3da2a88377eb455;p=pspp don't `use Coda;' --- diff --git a/modules/check-include-files b/modules/check-include-files index c36eb212e9..aee75073bb 100755 --- a/modules/check-include-files +++ b/modules/check-include-files @@ -2,9 +2,9 @@ use strict; use Getopt::Long; -use Coda; +#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;