diff options
Diffstat (limited to 'binutils/elfedit.c')
-rw-r--r-- | binutils/elfedit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/elfedit.c b/binutils/elfedit.c index ddcace9..e33c340 100644 --- a/binutils/elfedit.c +++ b/binutils/elfedit.c @@ -959,12 +959,10 @@ main (int argc, char ** argv) { int c, status; -#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); |