From: Jesse Luehrs Date: Sun, 14 Nov 2010 16:19:31 +0000 (-0600) Subject: fix this fallback macro X-Git-Tag: 0.14~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e37e315857e7aa6d31a6b9fca79a7f7f16d1bcb;p=gitmo%2FPackage-Stash-XS.git fix this fallback macro --- 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