X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5a51db0500cb91f11a554807ca60350bc43f0e5b..efd26800e76b6f876fd6abe3a3f7e3e4128150a9:/proto.h diff --git a/proto.h b/proto.h index 5bbb593..d24ba1e 100644 --- a/proto.h +++ b/proto.h @@ -3886,7 +3886,7 @@ STATIC void S_dump_exec_pos(pTHX_ const char *locinput, const regnode *scan, con __attribute__nonnull__(pTHX_4) __attribute__nonnull__(pTHX_5); -STATIC void S_debug_start_match(pTHX_ const regexp *prog, const bool do_utf8, const char *start, const char *end, const char *blurb) +STATIC void S_debug_start_match(pTHX_ const REGEXP *prog, const bool do_utf8, const char *start, const char *end, const char *blurb) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_3) __attribute__nonnull__(pTHX_4)