comparison 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
comparison
equal deleted inserted replaced
2550:317f30471f4e 2551:9f70af3ac939
133 }; 133 };
134 134
135 static const struct memory_description lstream_description[] = 135 static const struct memory_description lstream_description[] =
136 { 136 {
137 { XD_BLOCK_PTR, offsetof (Lstream, imp), 1, 137 { XD_BLOCK_PTR, offsetof (Lstream, imp), 1,
138 &lstream_implementation_description }, 138 { &lstream_implementation_description } },
139 { XD_BLOCK_ARRAY, offsetof (Lstream, data), 1, 139 { XD_BLOCK_ARRAY, offsetof (Lstream, data), 1,
140 lstream_extra_description_map }, 140 { lstream_extra_description_map } },
141 { XD_END } 141 { XD_END }
142 }; 142 };
143 143
144 static const struct memory_description lstream_empty_extra_description_1[] = 144 static const struct memory_description lstream_empty_extra_description_1[] =
145 { 145 {