summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-11-27 15:24:17 -0700
committerKarl Williamson <public@khwilliamson.com>2012-11-27 15:40:02 -0700
commit6b785ed7762408e359d2dd31a91df1216e750448 (patch)
treee5e9068f1e485248adb73a9425b59089e5b81ab0 /embed.fnc
parentcd298ce42eb3c82a651608c3fbd658ec616b0297 (diff)
downloadperl-6b785ed7762408e359d2dd31a91df1216e750448.tar.gz
perlapi: Don't mention internal function
This function is undocumented, and is for internal core use only. Cause it to not be mentioned in perlapi
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 e4a17b355b..985209da36 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -645,7 +645,7 @@ Anpd |bool |is_utf8_string_loclen|NN const U8 *s|STRLEN len|NULLOK const U8 **ep
ApR |bool |is_utf8_alnum |NN const U8 *p
ApR |bool |is_utf8_idfirst|NN const U8 *p
ApR |bool |is_utf8_xidfirst|NN const U8 *p
-ApR |bool |_is_utf8__perl_idstart|NN const U8 *p
+AMpR |bool |_is_utf8__perl_idstart|NN const U8 *p
ApR |bool |is_utf8_idcont |NN const U8 *p
ApR |bool |is_utf8_xidcont |NN const U8 *p
ApR |bool |is_utf8_alpha |NN const U8 *p