From e3000d1c3652d63caebb334ab96251875e875b5c Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Thu, 29 Aug 2002 08:27:03 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V1_1_9_25mdk'. --- perl-install/verify_c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 perl-install/verify_c (limited to 'perl-install/verify_c') diff --git a/perl-install/verify_c b/perl-install/verify_c deleted file mode 100755 index 3e3dbdc1b..000000000 --- a/perl-install/verify_c +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl -n - -/^#/ and next; -/c::to_utf8/ and next; -/\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ; - -eof && close ARGV; - -END { - $_ = join '', `cat c/stuff.xs.pl`; - foreach $c (@c) { - /$c->[0]/ or $err = print "$c->[1]:$c->[2]: $c->[0] not in c.xs\n"; - } - exit $err; -} -- cgit v1.2.1