From 0923255565af07415b71456cecf303fc48043a95 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 9 Aug 2019 11:41:07 -0600 Subject: 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 --- mathoms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mathoms.c') diff --git a/mathoms.c b/mathoms.c index 752edd8d74..7e93a0a1e3 100644 --- a/mathoms.c +++ b/mathoms.c @@ -1676,7 +1676,7 @@ Perl_is_utf8_char(const U8 *s) /* =for apidoc is_utf8_char_buf -This is identical to the macro L. +This is identical to the macro L. =cut */ @@ -1722,7 +1722,7 @@ NULL) to -1. If those warnings are off, the computed value if well-defined (or the Unicode REPLACEMENT CHARACTER, if not) is silently returned, and C<*retlen> is set (if C isn't NULL) so that (S + C<*retlen>>) is the next possible position in C that could begin a non-malformed character. -See L for details on when the REPLACEMENT CHARACTER is returned. +See L for details on when the REPLACEMENT CHARACTER is returned. =cut */ -- cgit v1.2.1