In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/727d2dc697cf9ead796c79dda91b232e9c227b44?hp=76eea786714b283ffd7e4f7b662ec945fd97db68>
- Log ----------------------------------------------------------------- commit 727d2dc697cf9ead796c79dda91b232e9c227b44 Author: David Mitchell <[email protected]> Date: Tue Oct 14 12:45:24 2014 +0100 fix op.c under -DPERL_GLOBAL_STRUCT ----------------------------------------------------------------------- Summary of changes: op.c | 1 + 1 file changed, 1 insertion(+) diff --git a/op.c b/op.c index 6d6b1a8..50346bf 100644 --- a/op.c +++ b/op.c @@ -2342,6 +2342,7 @@ S_vivifies(const OPCODE type) static void S_lvref(pTHX_ OP *o, I32 type) { + dVAR; OP *kid; switch (o->op_type) { case OP_COND_EXPR: -- Perl5 Master Repository
