X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=f5cb2d209821dc9277c0e9524d21f14c44f821dd;hb=3dae3b3445810204b098aa3420cb5d43bf991d8b;hp=7945bdee6786faf59383ca8abed48742a3a4a6f6;hpb=7ffdaae673354e3b3ebbecaecdc009fee9fa90e7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 7945bde..f5cb2d2 100644 --- a/proto.h +++ b/proto.h @@ -4759,7 +4759,11 @@ STATIC void S_find_beginning(pTHX_ SV* linestr_sv, PerlIO *rsfp) assert(linestr_sv); assert(rsfp) STATIC void S_forbid_setid(pTHX_ const char flag, const bool suidscript); -STATIC void S_incpush(pTHX_ const char *const dir, STRLEN len, U32 flags); +STATIC void S_incpush(pTHX_ const char *const dir, STRLEN len, U32 flags) + __attribute__nonnull__(pTHX_1); +#define PERL_ARGS_ASSERT_INCPUSH \ + assert(dir) + STATIC void S_incpush_use_sep(pTHX_ const char *p, STRLEN len, U32 flags) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_INCPUSH_USE_SEP \