diff options
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index dd40221..37274d9 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -488,12 +488,10 @@ main (int ac, char **av) { NULL, no_argument, 0, 0 } }; -#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES) +#ifdef HAVE_LC_MESSAGES setlocale (LC_MESSAGES, ""); #endif -#if defined (HAVE_SETLOCALE) setlocale (LC_CTYPE, ""); -#endif bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); |