* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index 23b7eae76f2dd5d349ef6a0a2fd23da310be66a3..5c33eeefb537877239299c040f981381cec8c217 100644 (file)
@@ -25,7 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifdef ENABLE_NLS
 #include <libintl.h>
-#define _(String) dgettext (PACKAGE, String)
+/*  FIXME: We might want to use dgettext instead, in some cases.
+    This is still under investigation.  */
+#define _(String) gettext (String)
 #ifdef gettext_noop
 #define N_(String) gettext_noop (String)
 #else
This page took 0.026466 seconds and 4 git commands to generate.