mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Undo part of previous delta, so that _() calls dgettext() not gettext().
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
# include <libintl.h>
|
# include <libintl.h>
|
||||||
# define _(String) gettext (String)
|
# define _(String) dgettext (PACKAGE, String)
|
||||||
# ifdef gettext_noop
|
# ifdef gettext_noop
|
||||||
# define N_(String) gettext_noop (String)
|
# define N_(String) gettext_noop (String)
|
||||||
# else
|
# else
|
||||||
|
Reference in New Issue
Block a user