diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-16 08:37:29 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-16 08:37:29 +0000 |
commit | 3088bf268afeb12cc877219dfb8affa77c98e706 (patch) | |
tree | 1751e260346777c81536bd20a849a9ff83f52a85 /op.c | |
parent | 4fc0badb70b3241a7124934aa90a6676040de537 (diff) | |
download | perl-3088bf268afeb12cc877219dfb8affa77c98e706.tar.gz |
Perl_ck_smartmatch needs a dVAR too.
p4raw-id: //depot/perl@32110
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |