bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] from <libintl.h> to "gettext.h"


From: Bruno Haible
Subject: [Bug-gnulib] from <libintl.h> to "gettext.h"
Date: Tue, 5 Nov 2002 22:45:38 +0100 (CET)

Following Paul's suggestion, I've made the following change.

It means that you are likely to need a copy of "gettext.h" in your
package even if your package is not internationalized.

The benefit is that the portability quirks (in particular, whether or
not to #include <locale.h> before <libintl.h>) are now handled inside
gettext.h.


2002-11-05  Bruno Haible  <address@hidden>

        * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
        * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
        * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
        * regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.

        * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
        * makepath.c: Include gettext.h instead of <locale.h> and <libintl.h>.

        * closeout.c: Include gettext.h instead of <libintl.h>.
        * human.c: Include gettext.h instead of <libintl.h>.
        * quotearg.c: Include gettext.h instead of <libintl.h>.
        * rpmatch.c: Include gettext.h instead of <libintl.h>.
        * unicodeio.c: Include gettext.h instead of <libintl.h>.
        * userspec.c: Include gettext.h instead of <libintl.h>.
        * version-etc.c: Include gettext.h instead of <libintl.h>.
        * xmalloc.c: Include gettext.h instead of <libintl.h>.
        (textdomain): Remove definition.
        * xmemcoll.c: Include gettext.h instead of <libintl.h>.

        * long-options.c: Remove include of <libintl.h> and definition of _.
        * same.c: Remove include of <libintl.h> and definition of _.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]