This function is specified as inline in the source code, but not in the
prototypes; only one compiler seems to have noticed.
EiMR |UV* |get_invlist_version_id_addr |NN SV* invlist
EiM |void |invlist_iterinit|NN SV* invlist
EsMR |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
-EsM |void |invlist_iterfinish|NN SV* invlist
+EiM |void |invlist_iterfinish|NN SV* invlist
EiMR |UV |invlist_highest|NN SV* const invlist
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_UTF8_C)
#define PERL_ARGS_ASSERT_INVLIST_IS_ITERATING \
assert(invlist)
-STATIC void S_invlist_iterfinish(pTHX_ SV* invlist)
+PERL_STATIC_INLINE void S_invlist_iterfinish(pTHX_ SV* invlist)
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_INVLIST_ITERFINISH \
assert(invlist)