diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-05-17 23:07:05 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-05-20 11:01:52 -0600 |
commit | 519101418837cf0edacb710b2b38b42dad6e47c1 (patch) | |
tree | 9b0983cc298a947f1189bbd35d69d742b71566ca /embed.fnc | |
parent | f2e063754de41c901afa81619aeace2fb9d03f9c (diff) | |
download | perl-519101418837cf0edacb710b2b38b42dad6e47c1.tar.gz |
Expand flags parameter from boolean in _to_fold_latin1
This will be used in future commits to pass more flags.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -633,7 +633,7 @@ iDMPR |bool |isALNUM_lazy |NN const char* p sR |U8 |to_lower_latin1|const U8 c|NULLOK U8 *p|NULLOK STRLEN *lenp #endif #if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) -EXp |UV |_to_fold_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const bool flags +EXp |UV |_to_fold_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const unsigned int flags #endif #if defined(PERL_IN_UTF8_C) || defined(PERL_IN_PP_C) p |UV |_to_upper_title_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const char S_or_s |