From 6e21dc912fff1c74f60032b406b7b96bd0c3ee86 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 7 May 2002 23:42:42 +0000 Subject: fixes for various warnings identified by Visual C++ p4raw-id: //depot/perl@16460 --- bytecode.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bytecode.pl') diff --git a/bytecode.pl b/bytecode.pl index 9315739233..fc16f17615 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -338,7 +338,7 @@ newopn PL_op U8 x newpv none PV pv_cur bstate->bs_pv.xpv_cur STRLEN pv_free bstate->bs_pv none x -sv_upgrade bstate->bs_sv char x +sv_upgrade bstate->bs_sv U8 x sv_refcnt SvREFCNT(bstate->bs_sv) U32 sv_refcnt_add SvREFCNT(bstate->bs_sv) I32 x sv_flags SvFLAGS(bstate->bs_sv) U32 -- cgit v1.2.1