# HG changeset patch
# User stephent
# Date 1133192646 0
# Node ID 503174cac05a308ac395cbe2e4ee1823e26708a7
# Parent  a05d78a1685ffaeae99643682259d7741ab82d58
[xemacs-hg @ 2005-11-28 15:44:04 by stephent]
Move comment to where it apparently belongs.
<87br04ye45.fsf@tleepslib.sk.tsukuba.ac.jp

diff -r a05d78a1685f -r 503174cac05a src/ChangeLog
--- 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.
diff -r a05d78a1685f -r 503174cac05a src/dumper.c
--- 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)
 {