Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5054:24372c7e0e8f
fix build problem with pdump
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-21 Ben Wing <ben@xemacs.org>
* gc.c (kkcc_marking): Fix compile error.
* mc-alloc.c:
#if 0 out some unused functions.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 21 Feb 2010 20:58:45 -0600 |
parents | 0e803dc6f096 |
children | 79564cbad5f3 e7b120e28b49 8b2f75cecb89 |
comparison
equal
deleted
inserted
replaced
5053:0e803dc6f096 | 5054:24372c7e0e8f |
---|---|
1 2010-02-21 Ben Wing <ben@xemacs.org> | |
2 | |
3 * gc.c (kkcc_marking): Fix compile error. | |
4 * mc-alloc.c: | |
5 #if 0 out some unused functions. | |
6 | |
1 2010-02-21 Ben Wing <ben@xemacs.org> | 7 2010-02-21 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * extents.c (process_extents_for_insertion_mapper): | 9 * extents.c (process_extents_for_insertion_mapper): |
4 Assertion wasn't quite set up correctly in previous patch. | 10 Assertion wasn't quite set up correctly in previous patch. |
5 | 11 |