diff src/ChangeLog @ 2001:cc5b615380f8

[xemacs-hg @ 2004-04-08 15:23:07 by james] Various fixes to repair the C++ build.
author james
date Thu, 08 Apr 2004 15:23:09 +0000
parents ea0e08ca2c78
children 65a5016a896f
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 07 21:51:29 2004 +0000
+++ b/src/ChangeLog	Thu Apr 08 15:23:09 2004 +0000
@@ -1,3 +1,12 @@
+2004-04-08  Jerry James  <james@xemacs.org>
+
+	* data.c: Use #ifndef for functions unused with new number types.
+	* data.c (digit_to_number): Unused when HAVE_BIGNUM.
+	* number.c: Remove multiply defined symbols Qintegerp & Qnumberp.
+	* number.c (syms_of_number): DEFSUBR(Ffloatingp) was omitted.
+	* print.c (print_internal): g++ thinks that specdepth might be
+	used undefined.  It isn't, but the compiler can't tell.
+
 2004-04-07  Jerry James  <james@xemacs.org>
 
 	* number.c (Fevenp): Change the C boolean into Qnil/Qt.  Thanks to