diff src/ChangeLog @ 2312:ed6535aefb7e

[xemacs-hg @ 2004-09-27 18:51:20 by james] Fix gcc 3.3 'log' shadow warning by changing to 'log2'.
author james
date Mon, 27 Sep 2004 18:51:22 +0000
parents 2200ebac5409
children ba4677f54a05
line wrap: on
line diff
--- a/src/ChangeLog	Mon Sep 27 18:39:23 2004 +0000
+++ b/src/ChangeLog	Mon Sep 27 18:51:22 2004 +0000
@@ -1,3 +1,7 @@
+2004-09-27  Jerry James  <james@xemacs.org>
+
+	* gmalloc.c (malloc): Change log to log2 to quiet gcc 3.3.
+
 2004-09-27  Jerry James  <james@xemacs.org>
 
 	* sysdep.c: Mark more unused parameters with the UNUSED macro.