summaryrefslogtreecommitdiffstats
path: root/XS.xs
diff options
context:
space:
mode:
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