This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document valid_utf8_to_uvchr() and inline it
authorKarl Williamson <khw@cpan.org>
Mon, 22 Aug 2016 18:21:06 +0000 (12:21 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 1 Sep 2016 02:32:35 +0000 (20:32 -0600)
commit2fe720e22e785c4e6125ac67a259c4385eb89a64
treef8c9a6614f955e6e4de4df8dc83f75bf721c5843
parent8c879e491ff4ff91b4a4b96054663a5fb4e5a513
Document valid_utf8_to_uvchr() and inline it

This function has been in several releases without problem, and is short
enough that some compilers can inline it.  This commit also notes that
the result should not be ignored, and removes the unused pTHX.  The
function has explicitly been marked as being changeable, and has not
been part of the API until now.
embed.fnc
embed.h
inline.h
proto.h
utf8.c