summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2010-11-13 19:49:47 -0600
committerDave Rolsky <autarch@urth.org>2010-11-13 19:49:47 -0600
commitdfabcbae2bf40ad18f242f632fc20de8800cf0cf (patch)
treef74f6872a2bddd5e046a5d7429522b296c4c3181 /Stash.xs
parent02b4c37321487aa6ec55f8d5d83a60fa19babe0b (diff)
downloadpackage-stash-xs-dfabcbae2bf40ad18f242f632fc20de8800cf0cf.tar.gz
package-stash-xs-dfabcbae2bf40ad18f242f632fc20de8800cf0cf.zip
Add ppport.h and use it in Stash.xs - still need more work for 5.8.x
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Stash.xs b/Stash.xs
index 532db0d..ca76cb2 100644
--- a/Stash.xs
+++ b/Stash.xs
@@ -2,6 +2,10 @@
#include "perl.h"
#include "XSUB.h"
+#define NEED_newRV_noinc
+#define NEED_sv_2pv_flags
+#include "ppport.h"
+
typedef enum {
VAR_NONE = 0,
VAR_SCALAR,