diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 17:32:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 17:32:03 +0000 |
commit | fe52b3b7bda653f279f0cacf2b55156e66a0d71d (patch) | |
tree | d5c9571fcd788981aa6d43f4b82f8e35d93c70bc /malloc.c | |
parent | 89752b9c32c52b9549c3e229050ad433f6278ee5 (diff) | |
download | perl-fe52b3b7bda653f279f0cacf2b55156e66a0d71d.tar.gz |
avoid compiler warnings
p4raw-id: //depot/perl@5149
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1867,6 +1867,7 @@ Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen, int level) } } #endif /* defined DEBUGGING_MSTATS */ + return 0; /* XXX unused */ } /* * mstats - print out statistics about malloc |