diff options
author | Steve Hay <SteveHay@planit.com> | 2008-03-06 18:02:22 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-03-06 18:02:22 +0000 |
commit | 6e9b0e18b74568df48892177bec423fc6a68b426 (patch) | |
tree | c6b247b268e4a6eedfa3b749c24dd08bb3581bfc /malloc.c | |
parent | 31e9e0a31e04057108f257ef918a257afbb2e038 (diff) | |
download | perl-6e9b0e18b74568df48892177bec423fc6a68b426.tar.gz |
Silence warning introduced by #32703 when building with MYMALLOC
p4raw-id: //depot/perl@33450
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2463,7 +2463,7 @@ Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen, int level) * frees for each size category. */ void -Perl_dump_mstats(pTHX_ char *s) +Perl_dump_mstats(pTHX_ const char *s) { #ifdef DEBUGGING_MSTATS register int i; |