mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
2000-10-04 Ulrich Drepper <drepper@redhat.com> * argp/argp-help.c: Make sure we get the correct gettext and dgettext definitions. * argp/argp-parse.c: Likewise.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-10-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* argp/argp-help.c: Make sure we get the correct gettext and
|
||||||
|
dgettext definitions.
|
||||||
|
* argp/argp-parse.c: Likewise.
|
||||||
|
|
||||||
2000-10-03 Ulrich Drepper <drepper@redhat.com>
|
2000-10-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* locale/programs/linereader.c (get_string): Also clear wide
|
* locale/programs/linereader.c (get_string): Also clear wide
|
||||||
|
@@ -55,7 +55,7 @@ char *alloca ();
|
|||||||
|
|
||||||
#ifndef _
|
#ifndef _
|
||||||
/* This is for other GNU distributions with internationalized messages. */
|
/* This is for other GNU distributions with internationalized messages. */
|
||||||
# ifdef HAVE_LIBINTL_H
|
# if defined HAVE_LIBINTL_H || defined _LIBC
|
||||||
# include <libintl.h>
|
# include <libintl.h>
|
||||||
# else
|
# else
|
||||||
# define dgettext(domain, msgid) (msgid)
|
# define dgettext(domain, msgid) (msgid)
|
||||||
|
@@ -31,12 +31,14 @@
|
|||||||
#ifndef _
|
#ifndef _
|
||||||
/* This is for other GNU distributions with internationalized messages.
|
/* This is for other GNU distributions with internationalized messages.
|
||||||
When compiling libc, the _ macro is predefined. */
|
When compiling libc, the _ macro is predefined. */
|
||||||
#ifdef HAVE_LIBINTL_H
|
# if defined HAVE_LIBINTL_H || defined _LIBC
|
||||||
# include <libintl.h>
|
# include <libintl.h>
|
||||||
# else
|
# else
|
||||||
# define dgettext(domain, msgid) (msgid)
|
# define dgettext(domain, msgid) (msgid)
|
||||||
# define gettext(msgid) (msgid)
|
# define gettext(msgid) (msgid)
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
#ifndef N_
|
||||||
# define N_(msgid) (msgid)
|
# define N_(msgid) (msgid)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user