From 19ea74d8e4b56f0c628f56a7f5527d877f9c61dc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 30 Aug 2002 12:26:03 +0000 Subject: ignore c::from_utf8 --- perl-install/verify_c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/verify_c b/perl-install/verify_c index 3e3dbdc1b..80d7394e2 100755 --- a/perl-install/verify_c +++ b/perl-install/verify_c @@ -1,7 +1,7 @@ #!/usr/bin/perl -n /^#/ and next; -/c::to_utf8/ and next; +/c::to_utf8/ || /c::from_utf8/ and next; /\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ; eof && close ARGV; -- cgit v1.2.1