SvPVX_const() triggers an assertion that when the sv isn't a PV.
authorSteve Peters <steve@fisharerojo.org>
Fri, 28 Dec 2007 05:05:50 +0000 (05:05 +0000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 28 Dec 2007 05:05:50 +0000 (05:05 +0000)
commit662f1f9e0a1bbee45e1e02386151364c8517604e
tree3f1c97339f0a2fa55af39f42a3b229f0058d0889
parent96704b718ce99c204c7abe57a0c70fd20f6584fd
SvPVX_const() triggers an assertion that when the sv isn't a PV.
Back this down to just checking to see if the sv is a PV or
not.

p4raw-id: //depot/perl@32750
ext/Encode/ucm/cp858.ucm [new file with mode: 0644]
sv.h