+1999-12-01 Dave Love <fx@gnu.org>
+
+ * emacs.c (main): Set LANG=C iff AX3_2 defined.
+
+1999-11-28 eliz <eliz@dlpx1>
+
+ * emacs.c (synchronize_locale): Avoid compiler warnings about
+ pointer type mismatch.
+
1999-11-28 Gerd Moellmann <gerd@gnu.org>
* window.c (Fwindow_end): Don't call temp_set_pt_both with
/* 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