diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-24 11:11:57 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-25 23:21:28 -0600 |
commit | de574e73f549b6438c8dfcf8623486003abaca82 (patch) | |
tree | 4248c844bdf9cbe74a5a9d2a82289bbff04a2adb /embed.fnc | |
parent | 15896d2f753bef49b0736f497e92161d548b0a87 (diff) | |
download | perl-de574e73f549b6438c8dfcf8623486003abaca82.tar.gz |
embed.fnc: Mark internal function as "may change"
This function is not designed for a public API, and should have been so
listed.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -614,7 +614,7 @@ EXp |UV |_to_fold_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const #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 -ApR |bool |_is_utf8_quotemeta|NN const U8 *p +ApRM |bool |_is_utf8_quotemeta|NN const U8 *p #endif Ap |UV |to_uni_lower |UV c|NN U8 *p|NN STRLEN *lenp Amp |UV |to_uni_fold |UV c|NN U8 *p|NN STRLEN *lenp |