Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 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 | e813cf16c015 |
children | cbe181529c34 |
comparison
equal
deleted
inserted
replaced
4963:4ec0248f9185 | 4964:1f509f82c8c9 |
---|---|
4983 dump_add_root_block_ptr (&mcpros, &mcpros_description); | 4983 dump_add_root_block_ptr (&mcpros, &mcpros_description); |
4984 #ifdef DEBUG_XEMACS | 4984 #ifdef DEBUG_XEMACS |
4985 mcpro_names = Dynarr_new2 (const_Ascbyte_ptr_dynarr, const Ascbyte *); | 4985 mcpro_names = Dynarr_new2 (const_Ascbyte_ptr_dynarr, const Ascbyte *); |
4986 Dynarr_resize (mcpro_names, 1410); /* merely a small optimization */ | 4986 Dynarr_resize (mcpro_names, 1410); /* merely a small optimization */ |
4987 dump_add_root_block_ptr (&mcpro_names, | 4987 dump_add_root_block_ptr (&mcpro_names, |
4988 &const_Ascbyte_ptr_dynarr_description_1); | 4988 &const_Ascbyte_ptr_dynarr_description); |
4989 #endif | 4989 #endif |
4990 #endif /* NEW_GC */ | 4990 #endif /* NEW_GC */ |
4991 | 4991 |
4992 consing_since_gc = 0; | 4992 consing_since_gc = 0; |
4993 need_to_check_c_alloca = 0; | 4993 need_to_check_c_alloca = 0; |