From: Gurusamy Sarathy Date: Tue, 9 Jun 1998 00:52:23 +0000 (+0000) Subject: [win32] undo change#1077 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1bbaeff0956ef7fd91528fcc11cae8d1a2d2c2f;p=p5sagit%2Fp5-mst-13.2.git [win32] undo change#1077 p4raw-link: @1077 on //depot/win32/perl: f229af35cbeeb711332db494d3b7c19457cc03c3 p4raw-id: //depot/win32/perl@1078 --- diff --git a/sv.c b/sv.c index f75df56..f5a979a 100644 --- a/sv.c +++ b/sv.c @@ -1913,7 +1913,6 @@ sv_setsv(SV *dstr, register SV *sstr) /* There's a lot of redundancy below but we're going for speed here */ switch (stype) { - case SVTYPEMASK: /* forget, forgive, forgo, free radical */ case SVt_NULL: if (dtype != SVt_PVGV) { (void)SvOK_off(dstr);