From 6cdf8104f76b53234a1f4a4e2e2709a5d30ff34c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 2 Oct 2010 12:05:41 -0700 Subject: [PATCH] do is deprecated, so lets stop using it --- cf/make-proto.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 12c6d07f5..566534f24 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -12,7 +12,7 @@ my $debug = 0; my $oproto = 1; my $private_func_re = "^_"; -do Getopts('x:m:o:p:dqE:R:P:') || die "foo"; +Getopts('x:m:o:p:dqE:R:P:') || die "foo"; if($opt_d) { $debug = 1; -- 2.11.4.GIT