projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4aa6913
)
fix this fallback macro
Jesse Luehrs [Sun, 14 Nov 2010 16:19:31 +0000 (10:19 -0600)]
Stash.xs
patch
|
blob
|
blame
|
history
diff --git
a/Stash.xs
b/Stash.xs
index
9feb860
..
2eb03a0
100644
(file)
--- 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