projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38048eb
)
Undo part of previous delta, so that _() calls dgettext() not gettext().
author
Nick Clifton
<nickc@redhat.com>
Tue, 30 May 2000 21:04:24 +0000
(21:04 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 30 May 2000 21:04:24 +0000
(21:04 +0000)
opcodes/opintl.h
patch
|
blob
|
history
diff --git
a/opcodes/opintl.h
b/opcodes/opintl.h
index c46ddbd65f46589d1caae47c7077af6fa2dbdbda..55a989a53ba93aae92ad76ffec50ac518b16cf03 100644
(file)
--- a/
opcodes/opintl.h
+++ b/
opcodes/opintl.h
@@
-12,7
+12,7
@@
#ifdef ENABLE_NLS
# include <libintl.h>
-# define _(String)
gettext (
String)
+# define _(String)
dgettext (PACKAGE,
String)
# ifdef gettext_noop
# define N_(String) gettext_noop (String)
# else