summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/obstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/obstack.c')
-rw-r--r--contrib/gcc/obstack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/obstack.c b/contrib/gcc/obstack.c
index bc318b3..02560c9 100644
--- a/contrib/gcc/obstack.c
+++ b/contrib/gcc/obstack.c
@@ -2,8 +2,8 @@
Copyright (C) 1988,89,90,91,92,93,94,96,97 Free Software Foundation, Inc.
- NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@gnu.org.
+ NOTE: This source is derived from an old version taken from the GNU C
+ Library (glibc).
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -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)
OpenPOWER on IntegriCloud