diff options
author | Tony Cook <tony@develop-help.com> | 2012-09-28 15:51:40 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2012-09-28 16:18:10 +1000 |
commit | c04ef36ed62ca8fc060e7c6dd9d0c8cb328ce465 (patch) | |
tree | 9c7446dbb145123ac4ff0e6f59f7914282e19a86 /op.c | |
parent | e053a9219acaca53e9108b7a24855de85bbde358 (diff) | |
download | perl-c04ef36ed62ca8fc060e7c6dd9d0c8cb328ce465.tar.gz |
fix -DPERL_GLOBAL_STRUCT build failure introduced in 97b03d64 and e10681aa
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |