21.5
"Obviously correct." Will commit in a few days if nobody who knows
better tells me it's wrong. :-)
2005-11-26 Stephen J. Turnbull <stephen(a)xemacs.org>
* dumper.c: Move comment to where it apparently belongs.
Index: src/dumper.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/dumper.c,v
retrieving revision 1.32
diff -u -r1.32 dumper.c
--- src/dumper.c 25 Nov 2005 01:41:59 -0000 1.32
+++ src/dumper.c 26 Nov 2005 13:07:42 -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)
{
@@ -1692,6 +1687,11 @@
PDUMP_ALIGN_OUTPUT (pdump_cv_ptr_dump_info);
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)
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.