summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-24 11:11:57 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-25 23:21:28 -0600
commitde574e73f549b6438c8dfcf8623486003abaca82 (patch)
tree4248c844bdf9cbe74a5a9d2a82289bbff04a2adb /embed.fnc
parent15896d2f753bef49b0736f497e92161d548b0a87 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index ca2571f0ba..c8bedc0d12 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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