summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-16 08:37:29 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-16 08:37:29 +0000
commit3088bf268afeb12cc877219dfb8affa77c98e706 (patch)
tree1751e260346777c81536bd20a849a9ff83f52a85 /op.c
parent4fc0badb70b3241a7124934aa90a6676040de537 (diff)
downloadperl-3088bf268afeb12cc877219dfb8affa77c98e706.tar.gz
Perl_ck_smartmatch needs a dVAR too.
p4raw-id: //depot/perl@32110
Diffstat (limited to 'op.c')
-rw-r--r--op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.c b/op.c
index 3b40d3ee1d..32e2a546c7 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)