Change 33459 by [EMAIL PROTECTED] on 2008/03/10 13:10:44
We're one function attribute out of sync with make regen, so fix it.
Affected files ...
... //depot/maint-5.8/perl/proto.h#235 edit
Differences ...
==== //depot/maint-5.8/perl/proto.h#235 (text+w) ====
Index: perl/proto.h
--- perl/proto.h#234~33454~ 2008-03-08 15:09:00.000000000 -0800
+++ perl/proto.h 2008-03-10 06:10:44.000000000 -0700
@@ -1382,9 +1382,7 @@
PERL_CALLCONV int Perl_yywarn(pTHX_ char* s);
#if defined(MYMALLOC)
PERL_CALLCONV void Perl_dump_mstats(pTHX_ char* s);
-PERL_CALLCONV int Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen,
int level)
- __attribute__warn_unused_result__;
-
+PERL_CALLCONV int Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen,
int level);
#endif
PERL_CALLCONV Malloc_t Perl_safesysmalloc(MEM_SIZE nbytes)
__attribute__malloc__
End of Patch.