aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/as.c b/gas/as.c
index b2684fa..7de8af2 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -1256,12 +1256,10 @@ main (int argc, char ** argv)
start_time = get_run_time ();
signal_init ();
-#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);