From 561b68a973f8a5d10c61d6a02c02f3002a0a63ba Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 18 Jan 2006 14:23:09 +0000 Subject: Change all NEWSV() to newSV() in the core and non-dual-lived modules. Keep NEWSV() itself for backwards-compatibility outside of the core, but don't advertise it any more. (cf. change #25101). p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada p4raw-id: //depot/perl@26901 --- vms/ext/Stdio/Stdio.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/ext/Stdio/Stdio.xs b/vms/ext/Stdio/Stdio.xs index d7259234ee..3843641065 100644 --- a/vms/ext/Stdio/Stdio.xs +++ b/vms/ext/Stdio/Stdio.xs @@ -83,7 +83,7 @@ IV *pval; static SV * newFH(PerlIO *fp, char type) { SV *rv; - GV **stashp, *gv = (GV *)NEWSV(0,0); + GV **stashp, *gv = (GV *)newSV(0); HV *stash; IO *io; -- cgit v1.2.1