This internal function is more properly bool, not I32.
|const bool braced
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_TOKE_C)
-EiRT |I32 |regcurly |NN const char *s
+EiRT |bool |regcurly |NN const char *s
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_TOKE_C) || defined(PERL_IN_DQUOTE_C)
EpRX |const char *|form_cp_too_large_msg|const U8 which \
- regcurly - a little FSA that accepts {\d+,?\d*}
Pulled from reg.c.
*/
-PERL_STATIC_INLINE I32
+PERL_STATIC_INLINE bool
S_regcurly(const char *s)
{
PERL_ARGS_ASSERT_REGCURLY;
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_TOKE_C)
#ifndef PERL_NO_INLINE_FUNCTIONS
-PERL_STATIC_INLINE I32 S_regcurly(const char *s)
+PERL_STATIC_INLINE bool S_regcurly(const char *s)
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_REGCURLY \
assert(s)