summaryrefslogtreecommitdiff
path: root/libiberty/obstack.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-11-13 03:54:15 +0000
committerDJ Delorie <dj@delorie.com>2001-11-13 03:54:15 +0000
commit2496c723244192f6b8d3973e873c6d92d8113fd6 (patch)
tree0af65ac2f86147160448eb62b4d548de0d7a45d2 /libiberty/obstack.c
parentda4aea843e5bab2fc29149b64256dbd166de6cc9 (diff)
downloadbinutils-redhat-2496c723244192f6b8d3973e873c6d92d8113fd6.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 0d4a4c8894..02560c9e03 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)