Mercurial > hg > xemacs-beta
diff src/dumper.c @ 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 | 141c2920ea48 |
children | d674024a8674 |
line wrap: on
line diff
--- 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) {