From: Nicholas Clark Date: Tue, 16 Oct 2007 08:37:29 +0000 (+0000) Subject: Perl_ck_smartmatch needs a dVAR too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3088bf268afeb12cc877219dfb8affa77c98e706;p=p5sagit%2Fp5-mst-13.2.git Perl_ck_smartmatch needs a dVAR too. p4raw-id: //depot/perl@32110 --- diff --git a/op.c b/op.c index 3b40d3e..32e2a54 100644 --- a/op.c +++ b/op.c @@ -7026,6 +7026,7 @@ Perl_ck_smartmatch(pTHX_ OP *o) OP * Perl_ck_sassign(pTHX_ OP *o) { + dVAR; OP * const kid = cLISTOPo->op_first; /* has a disposable target? */ if ((PL_opargs[kid->op_type] & OA_TARGLEX)