aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/gasp.c2
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4e23d74..91f0412 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
+
+ * as.c (main): Conditionally call setlocale.
+ * gasp.c (main): Likewise.
+ * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
+ (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
+
start-sanitize-d30v
Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
diff --git a/gas/gasp.c b/gas/gasp.c
index 1b72838..f8e4353 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -3605,7 +3605,9 @@ main (argc, argv)
ifstack[0].on = 1;
ifi = 0;
+#ifdef HAVE_SETLOCALE
setlocale (LC_MESSAGES, "");
+#endif
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);