From: SADAHIRO Tomoyuki Date: Sun, 21 Mar 2004 21:49:53 +0000 (+0900) Subject: Nobody has used SvPVbyte_force? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7ec4e2e48d9a1e5e168070e2793619b1758b3bb;p=p5sagit%2Fp5-mst-13.2.git Nobody has used SvPVbyte_force? Message-Id: <20040321213628.2461.BQW10602@nifty.com> p4raw-id: //depot/perl@22548 --- diff --git a/sv.h b/sv.h index 11927cd..fab44eb 100644 --- a/sv.h +++ b/sv.h @@ -1006,7 +1006,7 @@ scalar. #define SvPVbyte_force(sv, lp) \ ((SvFLAGS(sv) & (SVf_POK|SVf_UTF8|SVf_THINKFIRST)) == (SVf_POK) \ - ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_pvbyte_force(sv, &lp)) + ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_pvbyten_force(sv, &lp)) #define SvPVbyte_nolen(sv) \ ((SvFLAGS(sv) & (SVf_POK|SVf_UTF8)) == (SVf_POK)\