summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-03-06 18:02:22 +0000
committerSteve Hay <SteveHay@planit.com>2008-03-06 18:02:22 +0000
commit6e9b0e18b74568df48892177bec423fc6a68b426 (patch)
treec6b247b268e4a6eedfa3b749c24dd08bb3581bfc /embed.fnc
parent31e9e0a31e04057108f257ef918a257afbb2e038 (diff)
downloadperl-6e9b0e18b74568df48892177bec423fc6a68b426.tar.gz
Silence warning introduced by #32703 when building with MYMALLOC
p4raw-id: //depot/perl@33450
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 42991adc68..3f361c5e57 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1015,7 +1015,7 @@ p |int |yyparse
p |void |parser_free |NN const yy_parser *parser
p |int |yywarn |NN const char *const s
#if defined(MYMALLOC)
-Ap |void |dump_mstats |NN char* s
+Ap |void |dump_mstats |NN const char* s
Ap |int |get_mstats |NN perl_mstats_t *buf|int buflen|int level
#endif
Anpa |Malloc_t|safesysmalloc |MEM_SIZE nbytes