This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a84833
)
Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 19 Jan 2007 18:07:23 +0000
(18:07 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 19 Jan 2007 18:07:23 +0000
(18:07 +0000)
p4raw-id: //depot/perl@29883
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
cf89c0b
..
513a241
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-697,7
+697,7
@@
Perl_get_arena(pTHX_ size_t arena_size, U32 misc)
newroot->next = aroot;
aroot = newroot;
PL_body_arenas = (void *) newroot;
- DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n",
(void*)*
aroot));
+ DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n", aroot));
}
/* ok, now have arena-set with at least 1 empty/available arena-desc */