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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |