diff src/elhash.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 e6854ec89f8e
line wrap: on
line diff
--- a/src/elhash.c	Thu Feb 03 07:30:22 2005 +0000
+++ b/src/elhash.c	Thu Feb 03 16:14:08 2005 +0000
@@ -452,8 +452,8 @@
   /* Note: XD_INDIRECT in this table refers to the surrounding table,
      and so this will work. */
   { XD_BLOCK_PTR, HASH_TABLE_NON_WEAK, XD_INDIRECT (0, 1),
-    &htentry_description },
-  { XD_BLOCK_PTR, 0, XD_INDIRECT (0, 1), &htentry_description,
+    { &htentry_description } },
+  { XD_BLOCK_PTR, 0, XD_INDIRECT (0, 1), { &htentry_description },
     XD_FLAG_UNION_DEFAULT_ENTRY | XD_FLAG_NO_KKCC },
   { XD_END }
 };
@@ -467,7 +467,7 @@
   { XD_ELEMCOUNT,  offsetof (Lisp_Hash_Table, size) },
   { XD_INT,	   offsetof (Lisp_Hash_Table, weakness) },
   { XD_UNION,	   offsetof (Lisp_Hash_Table, hentries), XD_INDIRECT (1, 0),
-    &htentry_union_description },
+    { &htentry_union_description } },
   { XD_LO_LINK,    offsetof (Lisp_Hash_Table, next_weak) },
   { XD_END }
 };