diff options
author | YamaArashi <shadow962@live.com> | 2016-02-08 06:27:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-08 06:27:14 -0800 |
commit | b5fb6c8ffb25d2057ab7316c218eb67fe538340b (patch) | |
tree | 4c631ce7b82199fe440cb41729b07e1608c5d096 /libiberty/obstack.c | |
parent | a5c638ceaca09d018d041f15e7e2518c217250bc (diff) |
remove internationalization
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 |