changeset 26669:862ea38e59f1

(main): Set LANG=C iff AX3_2 defined.
author Dave Love <fx@gnu.org>
date Wed, 01 Dec 1999 12:09:46 +0000
parents d36fa3fb6939
children 77fdce788a9f
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Wed Dec 01 00:33:22 1999 +0000
+++ b/src/emacs.c	Wed Dec 01 12:09:46 1999 +0000
@@ -1189,7 +1189,8 @@
   /* AIX crashes are reported in system versions 3.2.3 and 3.2.4
      if this is not done.  Do it after set_process_environment so that we
      don't pollute Vprocess_environment.  */
-#ifdef AIX
+  /* Setting LANG here will defeat the startup locale processing...  */
+#ifdef AIX3_2
   putenv ("LANG=C");
 #endif