User: stephent
Date: 05/11/28 16:44:08
Modified: xemacs/src ChangeLog dumper.c
Log:
Move comment to where it apparently belongs.
<87br04ye45.fsf(a)tleepslib.sk.tsukuba.ac.jp
Revision Changes Path
1.897 +4 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -p -r1.896 -r1.897
--- ChangeLog 2005/11/27 10:51:24 1.896
+++ ChangeLog 2005/11/28 15:44:04 1.897
@@ -1,3 +1,7 @@
+2005-11-26 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * dumper.c: Move comment to where it apparently belongs.
+
2005-11-27 Marcus Crestani <crestani(a)xemacs.org>
* lrecord.h: Remove NEWGC junk.
1.33 +5 -5 XEmacs/xemacs/src/dumper.c
Index: dumper.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/dumper.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- dumper.c 2005/11/25 01:41:59 1.32
+++ dumper.c 2005/11/28 15:44:06 1.33
@@ -1672,11 +1672,6 @@ pdump_dump_cv_data_info (void)
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_dump_cv_ptr_info (void)
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)
Show replies by date