diff src/ChangeLog @ 1992:4529ff71e646

[xemacs-hg @ 2004-04-07 02:20:12 by james] Fix --use-union-type breakage due to over-eager optimization.
author james
date Wed, 07 Apr 2004 02:20:14 +0000
parents 4f5e0297b73f
children e567417c2e5d
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 06 21:50:37 2004 +0000
+++ b/src/ChangeLog	Wed Apr 07 02:20:14 2004 +0000
@@ -1,3 +1,8 @@
+2004-04-06  Jerry James  <james@xemacs.org>
+
+	* data.c (Flogand): Fix for --use-union-type.
+	* data.c (Flogior): Ditto.
+
 2004-04-06  Jerry James  <james@xemacs.org>
 
 	* number-mp.c (bignum_to_double): Original algorithm was wrong.