diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-08-16 13:11:15 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-16 13:11:15 +0000 |
commit | 87d46f97c572fcb76df491a3f99f2a7106164f04 (patch) | |
tree | 96e36fd06c388250302dcbfeb11bc3513d60bd9c /bytecode.pl | |
parent | 383f9357ddd20f0f467e21ca2ed7c8bc462aa3b6 (diff) | |
download | perl-87d46f97c572fcb76df491a3f99f2a7106164f04.tar.gz |
Additional changes to get C++ a little closer to a clean compile
of Perl.
p4raw-id: //depot/perl@28729
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecode.pl b/bytecode.pl index 6256a5f67c..cbbdefae69 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -373,7 +373,7 @@ stop PL_op U32 s stpv bstate->bs_pv.pvx U32 x ldspecsv bstate->bs_sv U8 x ldspecsvx bstate->bs_sv U8 x -newsv bstate->bs_sv U8 x +newsv bstate->bs_sv svtype x newsvx bstate->bs_sv svtype x newop PL_op U8 x newopx PL_op U16 x @@ -381,7 +381,7 @@ newopn PL_op U8 x newpv none PV pv_cur bstate->bs_pv.xpv.xpv_cur STRLEN pv_free bstate->bs_pv.pvx none x -sv_upgrade bstate->bs_sv U8 x +sv_upgrade bstate->bs_sv svtype x sv_refcnt SvREFCNT(bstate->bs_sv) U32 sv_refcnt_add SvREFCNT(bstate->bs_sv) I32 x sv_flags SvFLAGS(bstate->bs_sv) U32 |