add stub docs for ext/B, other minor tweaks
[p5sagit/p5-mst-13.2.git] / sv.c
diff --git a/sv.c b/sv.c
index edee809..46b51a3 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -3028,7 +3028,7 @@ sv_free(SV *sv)
        return;
 #ifdef DEBUGGING
     if (SvTEMP(sv)) {
-       warn("Attempt to free temp prematurely: %s", SvPEEK(sv));
+       warn("Attempt to free temp prematurely: SV 0x%lx", (unsigned long)sv);
        return;
     }
 #endif