X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=31ef03ddc39236720804be85173941a6efc79d05;hb=716b4790df6f17d149d5436bbd66ba94395be359;hp=7e3bcfb2aa3c3707d8242cdf82335aeef66e78da;hpb=74f0b5509afd269c59f1396fde551295bbeec7d5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 7e3bcfb..31ef03d 100644 --- a/proto.h +++ b/proto.h @@ -5350,7 +5350,7 @@ STATIC SV * S_space_join_names_mortal(pTHX_ char *const *array) #define PERL_ARGS_ASSERT_SPACE_JOIN_NAMES_MORTAL \ assert(array) -STATIC OP * S_tied_handle_method(pTHX_ const char *const methname, SV **sp, IO *const io, MAGIC *const mg, const U32 flags, unsigned int argc, ...) +STATIC OP * S_tied_handle_method(pTHX_ const char *const methname, SV **sp, IO *const io, MAGIC *const mg, const U32 flags, ...) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3)