This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Add dummy param for when macros placed in API
authorKarl Williamson <khw@cpan.org>
Fri, 15 May 2015 19:49:31 +0000 (13:49 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 1 Aug 2015 16:34:50 +0000 (10:34 -0600)
commit0c58a72bb9d30d68d24e78c9394db29d999b4516
treea4f7e67ab4352e8b64b579b66452af54510eb22b
parent685b06b5315ea59bab366e3354c03775f3163f93
utf8.h: Add dummy param for when macros placed in API

These macros are not in the public API, but they might be someday.  We
may want to check for valide UTF-8 at some point.  Add a parameter so
that is possible then without having to change the API.

This also changes to use the short name of one macro
utf8.c
utf8.h