comparison src/alloc.c @ 5046:d4f666cda5e6

some random fixups -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2010-02-20 Ben Wing <ben@xemacs.org> * internals/internals.texi (Intro to Window and Frame Geometry): Shrink diagram to fit when offset by five spaces as a result of quoting. src/ChangeLog addition: 2010-02-20 Ben Wing <ben@xemacs.org> * syswindows.h: Add table about GNU Emacs -> XEmacs Windows constants from the internals manual. * frame.c: Shrink size of diagram consistent with internals manual. * alloc.c: * compiler.h: * console.c: * events.c: * gc.c (gc_stat_start_new_gc): * gc.c (gc_stat_resume_gc): * gc.c (kkcc_marking): * gc.c (gc_1): * gc.c (gc): * objects-tty.c: * redisplay-msw.c: * redisplay-msw.c (mswindows_clear_region): * syntax.c: * syntax.c (ST_COMMENT_STYLE): * sysdep.c: Fix various compiler warnings.
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 03:24:08 -0600
parents 2ade80e8c640
children eb17f0c176ac
comparison
equal deleted inserted replaced
5045:c3cc3fa503a2 5046:d4f666cda5e6
3435 mcpro_1 (Lisp_Object varaddress, const Ascbyte *varname) 3435 mcpro_1 (Lisp_Object varaddress, const Ascbyte *varname)
3436 { 3436 {
3437 Dynarr_add (mcpros, varaddress); 3437 Dynarr_add (mcpros, varaddress);
3438 Dynarr_add (mcpro_names, varname); 3438 Dynarr_add (mcpro_names, varname);
3439 } 3439 }
3440
3441 const Ascbyte *mcpro_name (int count);
3440 3442
3441 /* External debugging function: Return the name of the variable at offset 3443 /* External debugging function: Return the name of the variable at offset
3442 COUNT. */ 3444 COUNT. */
3443 const Ascbyte * 3445 const Ascbyte *
3444 mcpro_name (int count) 3446 mcpro_name (int count)