add internal header for declaring __pleval function (used by gettext)
authorRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2018 04:55:28 +0000 (00:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:31 +0000 (14:34 -0400)
commit15230afc8dd5e6493da7cb5fcf0153672dab79d6
treec6cb102499c400317dfbedff5edc4917f352330a
parent50a298ea3b122efbb31e7674a20e6c7dc30ca1dc
add internal header for declaring __pleval function (used by gettext)

locale_impl.h could have been used, but this function is completely
independent of anything else, and preserving that property seems nice.
src/locale/dcngettext.c
src/locale/pleval.c
src/locale/pleval.h [new file with mode: 0644]