diff src/lstream.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/lstream.c	Thu Feb 03 07:30:22 2005 +0000
+++ b/src/lstream.c	Thu Feb 03 16:14:08 2005 +0000
@@ -135,9 +135,9 @@
 static const struct memory_description lstream_description[] =
 {
   { XD_BLOCK_PTR, offsetof (Lstream, imp), 1,
-    &lstream_implementation_description },
+    { &lstream_implementation_description } },
   { XD_BLOCK_ARRAY, offsetof (Lstream, data), 1,
-    lstream_extra_description_map },
+    { lstream_extra_description_map } },
   { XD_END }
 };