summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-09-28 15:51:40 +1000
committerTony Cook <tony@develop-help.com>2012-09-28 16:18:10 +1000
commitc04ef36ed62ca8fc060e7c6dd9d0c8cb328ce465 (patch)
tree9c7446dbb145123ac4ff0e6f59f7914282e19a86 /op.c
parente053a9219acaca53e9108b7a24855de85bbde358 (diff)
downloadperl-c04ef36ed62ca8fc060e7c6dd9d0c8cb328ce465.tar.gz
fix -DPERL_GLOBAL_STRUCT build failure introduced in 97b03d64 and e10681aa
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 87e2e52ed3..fa48148994 100644
--- a/op.c
+++ b/op.c
@@ -8154,6 +8154,7 @@ OP *
Perl_newCVREF(pTHX_ I32 flags, OP *o)
{
if (o->op_type == OP_PADANY) {
+ dVAR;
o->op_type = OP_PADCV;
o->op_ppaddr = PL_ppaddr[OP_PADCV];
return o;