From b5fb6c8ffb25d2057ab7316c218eb67fe538340b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 8 Feb 2016 06:27:14 -0800 Subject: remove internationalization --- libiberty/obstack.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libiberty/obstack.c') 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 -# ifndef _ -# define _(Str) gettext (Str) -# endif -# else -# define _(Str) (Str) -# endif +#define _(Str) (Str) #endif static void -- cgit v1.2.3