Mercurial > hg > xemacs-beta
changeset 4964:1f509f82c8c9
fix compile error
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* alloc.c (common_init_alloc_early):
Fix compiler breakage.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 13:35:15 -0600 |
parents | 4ec0248f9185 |
children | d79e9cc6aeca |
files | src/ChangeLog src/alloc.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 01 06:21:33 2010 -0600 +++ b/src/ChangeLog Mon Feb 01 13:35:15 2010 -0600 @@ -1,3 +1,8 @@ +2010-02-01 Ben Wing <ben@xemacs.org> + + * alloc.c (common_init_alloc_early): + Fix compiler breakage. + 2010-01-29 Ben Wing <ben@xemacs.org> * lisp.h:
--- a/src/alloc.c Mon Feb 01 06:21:33 2010 -0600 +++ b/src/alloc.c Mon Feb 01 13:35:15 2010 -0600 @@ -4985,7 +4985,7 @@ mcpro_names = Dynarr_new2 (const_Ascbyte_ptr_dynarr, const Ascbyte *); Dynarr_resize (mcpro_names, 1410); /* merely a small optimization */ dump_add_root_block_ptr (&mcpro_names, - &const_Ascbyte_ptr_dynarr_description_1); + &const_Ascbyte_ptr_dynarr_description); #endif #endif /* NEW_GC */