summaryrefslogtreecommitdiff
path: root/libiberty/obstack.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-11-13 03:54:15 +0000
committerDJ Delorie <dj@redhat.com>2001-11-13 03:54:15 +0000
commit1a78a35acfb696d2262b7c2d707b9e6421c99aaa (patch)
treef56c67ced07f962db6580e3ceaed514464043191 /libiberty/obstack.c
parent4e6bfe8ada4bae838d47c169d1cc2899db66ff19 (diff)
downloadbinutils-gdb-1a78a35acfb696d2262b7c2d707b9e6421c99aaa.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/obstack.c')
-rw-r--r--libiberty/obstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/obstack.c b/libiberty/obstack.c
index 0d4a4c88949..02560c9e032 100644
--- a/libiberty/obstack.c
+++ b/libiberty/obstack.c
@@ -451,7 +451,7 @@ _obstack_memory_used (h)
/* Define the error handler. */
#ifndef _
-# ifdef HAVE_LIBINTL_H
+# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC
# include <libintl.h>
# ifndef _
# define _(Str) gettext (Str)