From 6b785ed7762408e359d2dd31a91df1216e750448 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 27 Nov 2012 15:24:17 -0700 Subject: [PATCH] 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 --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.fnc b/embed.fnc index e4a17b3..985209d 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 -- 1.8.3.1