summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:44:20 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:44:20 +0000
commitf8f4df2cf8e87992bf31e881472eda35f193685f (patch)
tree3d6f34b3e0894b63ed9ccbf5527970e982bd4ae0 /proto.h
parent7b4e746973783c054fecf3c05862fea4b7fd94cd (diff)
downloadperl-f8f4df2cf8e87992bf31e881472eda35f193685f.tar.gz
Run 'make regen' for changes 28299, 28300, 28301.
p4raw-id: //depot/perl@28302
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 94357e7885..baafa914d6 100644
--- a/proto.h
+++ b/proto.h
@@ -4338,6 +4338,7 @@ PERL_CALLCONV int Perl_my_sprintf(char *buffer, const char *pat, ...)
#endif
PERL_CALLCONV int Perl_my_snprintf(char *buffer, const Size_t len, const char *format, ...)
+ __attribute__format__(__printf__,3,4)
__attribute__nonnull__(1)
__attribute__nonnull__(3);