summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-15 10:01:41 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-15 10:01:41 +0000
commit7f20e9dd0ffd291ea63da3dcb7fbfa7029e93f0d (patch)
tree62cf76567520648cde37f08655dea9b31851865e /sv.c
parent7522fed5983de9fb01258eea70b60840a6a2c756 (diff)
downloadperl-7f20e9dd0ffd291ea63da3dcb7fbfa7029e93f0d.tar.gz
add stub docs for ext/B, other minor tweaks
p4raw-id: //depot/perl@1518
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index edee809782..46b51a344f 100644
--- 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