summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-09 11:41:07 -0600
committerKarl Williamson <khw@cpan.org>2019-09-15 10:39:55 -0600
commit0923255565af07415b71456cecf303fc48043a95 (patch)
tree720dc13b860ddc513e437184a5f874f6c318080e /inline.h
parentff5af78dc3432f87303a4d443373cd4230a19c94 (diff)
downloadperl-0923255565af07415b71456cecf303fc48043a95.tar.gz
embed.fnc: Change some 'x' marked fcns to 'C'
The previous commit added the C flag, which is better to use in many instances than x. This commit changes the x entries in embed.fnc that I'm pretty sure would be better off being C, and removes some 'x' entries for internal only functions
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/inline.h b/inline.h
index cf813ab1a7..2f3db47721 100644
--- a/inline.h
+++ b/inline.h
@@ -301,10 +301,10 @@ S_append_utf8_from_native_byte(const U8 byte, U8** dest)
/*
=for apidoc valid_utf8_to_uvchr
-Like C<L</utf8_to_uvchr_buf>>, but should only be called when it is known that
-the next character in the input UTF-8 string C<s> is well-formed (I<e.g.>,
-it passes C<L</isUTF8_CHAR>>. Surrogates, non-character code points, and
-non-Unicode code points are allowed.
+Like C<L<perlapi/utf8_to_uvchr_buf>>, but should only be called when it is
+known that the next character in the input UTF-8 string C<s> is well-formed
+(I<e.g.>, it passes C<L<perlapi/isUTF8_CHAR>>. Surrogates, non-character code
+points, and non-Unicode code points are allowed.
=cut