diff src/window.c @ 2551:9f70af3ac939

[xemacs-hg @ 2005-02-03 16:14:02 by james] Commit Olivier Galibert's dumper updates for bignums and use them. See xemacs-patches message with ID <ps8y685c6p.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 16:14:08 +0000
parents 3d8143fc88e1
children 6fa9919a9a0b
line wrap: on
line diff
--- a/src/window.c	Thu Feb 03 07:30:22 2005 +0000
+++ b/src/window.c	Thu Feb 03 16:14:08 2005 +0000
@@ -171,7 +171,7 @@
 
 static const struct memory_description face_cachel_description_1[] = {
   { XD_BLOCK_PTR, offsetof (face_cachel, merged_faces),
-    1, &int_dynarr_description },
+    1, { &int_dynarr_description } },
   { XD_LISP_OBJECT, offsetof (face_cachel, face) },
   { XD_LISP_OBJECT, offsetof (face_cachel, foreground) },
   { XD_LISP_OBJECT, offsetof (face_cachel, background) },
@@ -242,11 +242,11 @@
 #include "winslots.h"
 
   { XD_BLOCK_PTR, offsetof (struct window, face_cachels),
-    1, &face_cachel_dynarr_description },
+    1, { &face_cachel_dynarr_description } },
   { XD_BLOCK_PTR, offsetof (struct window, glyph_cachels),
-    1, &glyph_cachel_dynarr_description },
+    1, { &glyph_cachel_dynarr_description } },
   { XD_BLOCK_PTR, offsetof (struct window, line_start_cache),
-    1, &line_start_cache_dynarr_description },
+    1, { &line_start_cache_dynarr_description } },
   { XD_END }
 };
 
@@ -423,9 +423,9 @@
   { XD_LISP_OBJECT, offsetof (struct window_mirror, vchild) },
 
   { XD_BLOCK_PTR, offsetof (struct window_mirror, current_display_lines),
-    1, &display_line_dynarr_description },
+    1, { &display_line_dynarr_description } },
   { XD_BLOCK_PTR, offsetof (struct window_mirror, desired_display_lines),
-    1, &display_line_dynarr_description },
+    1, { &display_line_dynarr_description } },
 
   { XD_LISP_OBJECT, offsetof (struct window_mirror, buffer) },