From: Andreas König Date: Tue, 25 Dec 2001 07:33:23 +0000 (+0100) Subject: Re: Not OK 13881 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=763acdb292c461fc4a4211ff9618bbb2633f83b9;p=p5sagit%2Fp5-mst-13.2.git Re: Not OK 13881 Message-ID: p4raw-id: //depot/perl@13882 --- diff --git a/op.c b/op.c index efb99e0..ed199b2 100644 --- a/op.c +++ b/op.c @@ -2044,7 +2044,7 @@ S_my_kid(pTHX_ OP *o, OP *attrs, OP **imopsp) type == OP_RV2AV || type == OP_RV2HV) { /* XXX does this let anything illegal in? */ if (cUNOPo->op_first->op_type != OP_GV) { /* MJD 20011224 */ - yyerror(form("Can't declare %s in my", OP_DESC(o))); + yyerror(Perl_form(aTHX_ "Can't declare %s in my", OP_DESC(o))); } if (attrs) { GV *gv = cGVOPx_gv(cUNOPo->op_first);