Mercurial > hg > xemacs-beta
changeset 3103:503174cac05a
[xemacs-hg @ 2005-11-28 15:44:04 by stephent]
Move comment to where it apparently belongs.
<87br04ye45.fsf@tleepslib.sk.tsukuba.ac.jp
author | stephent |
---|---|
date | Mon, 28 Nov 2005 15:44:06 +0000 |
parents | a05d78a1685f |
children | 63b684f8a823 |
files | src/ChangeLog src/dumper.c |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 28 09:50:20 2005 +0000 +++ b/src/ChangeLog Mon Nov 28 15:44:06 2005 +0000 @@ -1,3 +1,7 @@ +2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> + + * dumper.c: Move comment to where it apparently belongs. + 2005-11-27 Marcus Crestani <crestani@xemacs.org> * lrecord.h: Remove NEWGC junk.
--- a/src/dumper.c Mon Nov 28 09:50:20 2005 +0000 +++ b/src/dumper.c Mon Nov 28 15:44:06 2005 +0000 @@ -1672,11 +1672,6 @@ retry_fwrite (data, sizeof (pdump_cv_data_dump_info), count, pdump_out); } -/* Dump out the root block pointers, part of stage 3 (the "WRITE" stage) of - dumping. For each pointer we dump out a structure containing the - location of the pointer and its value, replaced by the appropriate - offset into the dumped data. */ - static void pdump_dump_cv_ptr_info (void) { @@ -1693,6 +1688,11 @@ retry_fwrite (data, sizeof (pdump_cv_ptr_dump_info), count, pdump_out); } +/* Dump out the root block pointers, part of stage 3 (the "WRITE" stage) of + dumping. For each pointer we dump out a structure containing the + location of the pointer and its value, replaced by the appropriate + offset into the dumped data. */ + static void pdump_dump_root_block_ptrs (void) {