diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-11 22:58:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-11 22:58:23 +0000 |
commit | 5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd (patch) | |
tree | 7b38b0a38d1ca6dbfb2dfa8f31a7c4ec1d068e25 | |
parent | 85631c8ecf0d8f777ce30a072a82335add0b194b (diff) | |
download | glibc-5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd.zip glibc-5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd.tar.gz glibc-5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd.tar.bz2 |
2002-12-11 Bruno Haible <bruno@clisp.org>
* 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.
-rw-r--r-- | intl/Makefile | 2 | ||||
-rw-r--r-- | intl/gmo.h (renamed from intl/gettext.h) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 65e0b27..65e0b27 100644 --- a/intl/gettext.h +++ b/intl/gmo.h |