diff src/emacs.c @ 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 8122fc2dd490
children c8f8089c339b
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