diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 10:01:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 10:01:41 +0000 |
commit | 7f20e9dd0ffd291ea63da3dcb7fbfa7029e93f0d (patch) | |
tree | 62cf76567520648cde37f08655dea9b31851865e /sv.c | |
parent | 7522fed5983de9fb01258eea70b60840a6a2c756 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |