summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-04-29 14:13:24 +0300
committerSteve Peters <steve@fisharerojo.org>2006-04-29 13:09:18 +0000
commitca0270c4db0273594a19a3d140c7330546a185fe (patch)
treedf7ea895c4b1428bf4c92a7827d2737d310eae4a /sv.c
parentcbe85d23bd82d5cc0c7b010c39356b4e9c03248d (diff)
downloadperl-ca0270c4db0273594a19a3d140c7330546a185fe.tar.gz
more -ansi -pedantic cleanliness
Message-ID: <44532024.9070303@gmail.com> p4raw-id: //depot/perl@28010
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 dab41e4888..e350adebe0 100644
--- a/sv.c
+++ b/sv.c
@@ -693,7 +693,7 @@ Perl_get_arena(pTHX_ int arena_size)
newroot->set_size = ARENAS_PER_SET;
newroot->next = *aroot;
*aroot = newroot;
- DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n", *aroot));
+ DEBUG_m(PerlIO_printf(Perl_debug_log, "new arenaset %p\n", (void*)*aroot));
}
/* ok, now have arena-set with at least 1 empty/available arena-desc */