This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Consolidate some regex OPS
[perl5.git] / embed.fnc
index 5af5c97..2a5b2b3 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -2028,6 +2028,7 @@ Es        |U8     |regtail_study  |NN struct RExC_state_t *pRExC_state \
 
 #if defined(PERL_IN_REGEXEC_C)
 ERs    |bool   |isFOO_lc       |const U8 classnum|const U8 character
+ERs    |bool   |isFOO_utf8_lc  |const U8 classnum|NN const U8* character
 ERs    |I32    |regmatch       |NN regmatch_info *reginfo|NN char *startpos|NN regnode *prog
 ERs    |I32    |regrepeat      |NN const regexp *prog|NN char **startposp|NN const regnode *p|I32 max|int depth
 ERs    |I32    |regtry         |NN regmatch_info *reginfo|NN char **startposp