diff src/ChangeLog @ 4125:93bd75c45dca

[xemacs-hg @ 2007-08-17 10:16:46 by crestani] 2007-08-17 Marcus Crestani <crestani@xemacs.org> * mc-alloc.c (L1_INDEX): * mc-alloc.c (PAGE_SIZE_ALIGNMENT): * mc-alloc.c (set_bit): * mc-alloc.c (init_mc_allocator): Use EMACS_UINT with bit shifting.
author crestani
date Fri, 17 Aug 2007 10:16:48 +0000
parents 9a633a00c3f2
children ac5a714be3a2
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 17 08:08:10 2007 +0000
+++ b/src/ChangeLog	Fri Aug 17 10:16:48 2007 +0000
@@ -1,3 +1,11 @@
+2007-08-17  Marcus Crestani  <crestani@xemacs.org>
+
+	* mc-alloc.c (L1_INDEX):
+	* mc-alloc.c (PAGE_SIZE_ALIGNMENT):
+	* mc-alloc.c (set_bit):
+	* mc-alloc.c (init_mc_allocator): Use EMACS_UINT with bit
+	shifting.
+	
 2007-08-15  Marcus Crestani  <crestani@xemacs.org>
 
 	* database.c (dbm_map): Add typecast.