summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-05-17 23:07:05 -0600
committerKarl Williamson <public@khwilliamson.com>2013-05-20 11:01:52 -0600
commit519101418837cf0edacb710b2b38b42dad6e47c1 (patch)
tree9b0983cc298a947f1189bbd35d69d742b71566ca /embed.fnc
parentf2e063754de41c901afa81619aeace2fb9d03f9c (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 59232362cb..8b73d6dc6a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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