projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4fc0bad
)
Perl_ck_smartmatch needs a dVAR too.
Nicholas Clark [Tue, 16 Oct 2007 08:37:29 +0000 (08:37 +0000)]
p4raw-id: //depot/perl@32110
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
3b40d3e
..
32e2a54
100644
(file)
--- 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)