diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-04-29 14:13:24 +0300 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-29 13:09:18 +0000 |
commit | ca0270c4db0273594a19a3d140c7330546a185fe (patch) | |
tree | df7ea895c4b1428bf4c92a7827d2737d310eae4a /sv.c | |
parent | cbe85d23bd82d5cc0c7b010c39356b4e9c03248d (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |