From: Roland McGrath Date: Wed, 11 Dec 2002 22:58:23 +0000 (+0000) Subject: 2002-12-11 Bruno Haible X-Git-Tag: upstream/2.30~20533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd;p=external%2Fglibc.git 2002-12-11 Bruno Haible * intl/gettext.h: Renamed to ... * intl/gmo.h: ... here. * intl/Makefile (distribute): Add gmo.h, remove gettext.h. * intl/gettextP.h: Update. * intl/loadmsgcat.c: Update. --- diff --git a/intl/Makefile b/intl/Makefile index bb4b21b..60700e2 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -24,7 +24,7 @@ routines = bindtextdom dcgettext dgettext gettext \ dcigettext dcngettext dngettext ngettext \ finddomain loadmsgcat localealias textdomain \ l10nflist explodename plural plural-exp -distribute = gettext.h gettextP.h hash-string.h loadinfo.h locale.alias \ +distribute = gmo.h gettextP.h hash-string.h loadinfo.h locale.alias \ plural.y plural-exp.h po2test.sed tst-gettext.sh tst-translit.sh \ translit.po tst-gettext2.sh tstlang1.po tstlang2.po tstcodeset.po\ tst-codeset.sh plural-eval.c diff --git a/intl/gettext.h b/intl/gmo.h similarity index 100% rename from intl/gettext.h rename to intl/gmo.h