summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-14 10:19:31 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-14 10:19:31 -0600
commit3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb (patch)
tree59c6b68a7aff1c46dd168c65f941dd8c8b7e9313 /Stash.xs
parent4aa6913bb2b013cb32f8d0c93ddb40ce20460508 (diff)
downloadpackage-stash-xs-3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb.tar.gz
package-stash-xs-3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb.zip
fix this fallback macro
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stash.xs b/Stash.xs
index 9feb860..2eb03a0 100644
--- a/Stash.xs
+++ b/Stash.xs
@@ -17,7 +17,7 @@
#ifdef newSVhek
#define newSVhe(he) newSVhek(HeKEY_hek(he))
#else
-#define newSVhe(he) newSVpvn(HePV(he))
+#define newSVhe(he) newSVpv(HePV(he, PL_na), 0)
#endif
#ifndef savesvpv