In perl.git, the branch smoke-me/khw-locale has been updated <https://perl5.git.perl.org/perl.git/commitdiff/c9f56f8fae27f47a70456ab3439852240b1e5850?hp=d4d54efa06c242869cd0940cd096005f68565266>
- Log ----------------------------------------------------------------- commit c9f56f8fae27f47a70456ab3439852240b1e5850 Author: Karl Williamson <[email protected]> Date: Wed Apr 3 14:35:38 2019 -0600 f ----------------------------------------------------------------------- Summary of changes: regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 6b6b906afa..08535c0f1f 100644 --- a/regcomp.c +++ b/regcomp.c @@ -14727,7 +14727,7 @@ S_regatom(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth) RExC_emit += STR_SZ(len); /* If the node isn't a single character, it can't be SIMPLE */ - if (len > (Sizet) ((UTF) ? UVCHR_SKIP(ender) : 1)) { + if (len > (Size_t) ((UTF) ? UVCHR_SKIP(ender) : 1)) { maybe_SIMPLE = 0; } -- Perl5 Master Repository
