diff options
Diffstat (limited to 'binutils/srconv.c')
-rw-r--r-- | binutils/srconv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/srconv.c b/binutils/srconv.c index 8476e12..dab04e2 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -1722,12 +1722,10 @@ main (int ac, char **av) char *input_file; char *output_file; -#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); |