diff options
Diffstat (limited to 'libiberty/obstack.c')
-rwxr-xr-x | libiberty/obstack.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libiberty/obstack.c b/libiberty/obstack.c index bc318b3..f2fbb25 100755 --- a/libiberty/obstack.c +++ b/libiberty/obstack.c @@ -451,14 +451,7 @@ _obstack_memory_used (h) /* Define the error handler. */ #ifndef _ -# ifdef HAVE_LIBINTL_H -# include <libintl.h> -# ifndef _ -# define _(Str) gettext (Str) -# endif -# else -# define _(Str) (Str) -# endif +#define _(Str) (Str) #endif static void |