diff options
Diffstat (limited to 'binutils/ar.c')
-rw-r--r-- | binutils/ar.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index 71bbde6..5d6976c 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -723,12 +723,10 @@ main (int argc, char **argv) char *inarch_filename; int i; -#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); |