From: Jim Meyering Date: Sat, 23 Nov 2002 15:42:11 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v4.5.4~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4372bf561910a6330138c570bf8443f7a6f5b2b8;p=thirdparty%2Fcoreutils.git Update from gnulib. --- diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 049b9afd0a..2e7ffc9d0e 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -20,7 +20,7 @@ /* Written by Bruno Haible . */ /* Note: This file requires the locale_charset() function. See in - libiconv-1.7/libcharset/INTEGRATE for how to obtain it. */ + libiconv-1.8/libcharset/INTEGRATE for how to obtain it. */ #ifdef HAVE_CONFIG_H # include @@ -48,13 +48,9 @@ extern int errno; #include -#if ENABLE_NLS -# include -#else -# define gettext(Text) Text -#endif -#define _(Text) gettext (Text) -#define N_(Text) Text +#include "gettext.h" +#define _(msgid) gettext (msgid) +#define N_(msgid) msgid /* Specification. */ #include "unicodeio.h"