This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change name of _utf8_to_uvchr_buf()
authorKarl Williamson <khw@cpan.org>
Tue, 10 Sep 2019 17:12:59 +0000 (11:12 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 15 Sep 2019 16:39:56 +0000 (10:39 -0600)
commit9a9a6c9859e31a91d4dd61190df208c24f5cbdc4
tree4b281b0761afa25eb7a930d7533bf80231cb9f5b
parent1376b35c0aca7ec6b61283ddea3aa1c58bcb88de
Change name of _utf8_to_uvchr_buf()

A function name with a leading underscore is not legal in C.  Instead
add a suffix to differentiate this name from an otherwise identical one.
embed.fnc
embed.h
inline.h
proto.h
utf8.c
utf8.h