From 63ba28a1a1657ff4a6e8039f43a5c58c535ca6f1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 10 Jul 2012 17:52:17 -0500 Subject: ppport updates --- XS.xs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'XS.xs') diff --git a/XS.xs b/XS.xs index ac75038..382e2f7 100644 --- a/XS.xs +++ b/XS.xs @@ -2,8 +2,6 @@ #include "perl.h" #include "XSUB.h" -#define NEED_newRV_noinc -#define NEED_sv_2pv_flags #include "ppport.h" #ifndef gv_fetchsv @@ -20,10 +18,6 @@ #define newSVhe(he) newSVpv(HePV(he, PL_na), 0) #endif -#ifndef savesvpv -#define savesvpv(s) savepv(SvPV_nolen(s)) -#endif - #ifndef GvCV_set #define GvCV_set(gv, cv) (GvCV(gv) = (CV*)(cv)) #endif -- cgit v1.2.3-54-g00ecf