mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Sun Nov 26 12:44:38 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* libc-symbols.h (N_): New macro.
This commit is contained in:
@ -51,10 +51,15 @@ Cambridge, MA 02139, USA. */
|
||||
*/
|
||||
|
||||
#ifndef ASSEMBLER
|
||||
/* Define the macro `_' for conveniently marking translatable strings
|
||||
in the libc source code. */
|
||||
|
||||
/* Define the macros `_' and `N_' for conveniently marking translatable
|
||||
strings in the libc source code. */
|
||||
|
||||
#define N_(msgid) msgid
|
||||
|
||||
#include <libintl.h>
|
||||
extern const char _libc_intl_domainname[];
|
||||
|
||||
#ifdef dgettext
|
||||
/* This is defined as an optimizing macro, so use it. */
|
||||
#define _(msgid) dgettext (_libc_intl_domainname, (msgid))
|
||||
@ -63,6 +68,7 @@ extern const char _libc_intl_domainname[];
|
||||
instead of an optimizing macro. */
|
||||
#define _(msgid) __dgettext (_libc_intl_domainname, (msgid))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user