From 3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Nov 2010 10:19:31 -0600 Subject: fix this fallback macro --- Stash.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stash.xs') 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 -- cgit v1.2.3-54-g00ecf