diff src/ChangeLog @ 614:42bfaea76395

[xemacs-hg @ 2001-06-11 01:55:26 by martinb] DECIMAL_PRINT_SIZE sun cc bug workaround
author martinb
date Mon, 11 Jun 2001 01:55:28 +0000
parents 023b83f4e54b
children 4f50f8a33f96
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jun 10 10:42:39 2001 +0000
+++ b/src/ChangeLog	Mon Jun 11 01:55:28 2001 +0000
@@ -1,3 +1,9 @@
+2001-06-11  Martin Buchholz  <martin@xemacs.org>
+
+	* lisp.h (DECIMAL_PRINT_SIZE): Don't use floating point.
+	Sun cc (buggily?) cannot use floating point computations to define
+	a compile-time integral constant.
+
 2001-06-10  Ben Wing  <ben@xemacs.org>