Mercurial > hg > xemacs-beta
diff src/alloc.c @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | 2ade80e8c640 |
children | d4f666cda5e6 b5df3737028a |
line wrap: on
line diff
--- a/src/alloc.c Wed Feb 10 07:15:36 2010 -0600 +++ b/src/alloc.c Wed Feb 10 07:25:19 2010 -0600 @@ -3304,6 +3304,8 @@ dump_add_root_lisp_object (varaddress); } +const Ascbyte *staticpro_name (int count); + /* External debugging function: Return the name of the variable at offset COUNT. */ const Ascbyte * @@ -3324,6 +3326,8 @@ Dynarr_add (staticpro_nodump_names, varname); } +const Ascbyte *staticpro_nodump_name (int count); + /* External debugging function: Return the name of the variable at offset COUNT. */ const Ascbyte * @@ -4136,7 +4140,7 @@ #ifndef NEW_GC /* Compactify string chars, relocating the reference to each -- free any empty string_chars_block we see. */ -void +static void compact_string_chars (void) { struct string_chars_block *to_sb = first_string_chars_block;