summaryrefslogtreecommitdiffstats
path: root/XS.xs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-10 17:52:17 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-10 18:59:03 -0500
commit63ba28a1a1657ff4a6e8039f43a5c58c535ca6f1 (patch)
tree8908cf6b342bf606bbe8592996738f91c0310606 /XS.xs
parentcd9903a1839f6b051c86e44ddcad417bae5f534e (diff)
downloadpackage-stash-xs-63ba28a1a1657ff4a6e8039f43a5c58c535ca6f1.tar.gz
package-stash-xs-63ba28a1a1657ff4a6e8039f43a5c58c535ca6f1.zip
ppport updates
Diffstat (limited to 'XS.xs')
-rw-r--r--XS.xs6
1 files changed, 0 insertions, 6 deletions
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