diff src/ChangeLog @ 493:610e4ba94a4d

[xemacs-hg @ 2001-04-30 10:13:09 by martinb] Port to gcc 3.0
author martinb
date Mon, 30 Apr 2001 10:13:10 +0000
parents 38fb9ae12edd
children 88e7e9bafe19
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 30 09:46:55 2001 +0000
+++ b/src/ChangeLog	Mon Apr 30 10:13:10 2001 +0000
@@ -1,3 +1,12 @@
+2001-05-01  Martin Buchholz  <martin@xemacs.org>
+
+	Fix link error with gcc 3.0 on Linux.
+	* terminfo.c (UP): Remove.
+	* terminfo.c (BC): Remove.
+	* terminfo.c (PC): Remove.
+	They weren't used, and in any case, these symbols should be
+	defined in the *library*.
+
 2001-04-30  Martin Buchholz  <martin@xemacs.org>
 
 	Make string hashing more efficient.