Mercurial > hg > xemacs-beta
comparison src/rangetab.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 | de9952d2ed18 |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2550:317f30471f4e | 2551:9f70af3ac939 |
---|---|
212 sizeof (range_table_entry_dynarr), | 212 sizeof (range_table_entry_dynarr), |
213 rted_description_1 | 213 rted_description_1 |
214 }; | 214 }; |
215 | 215 |
216 static const struct memory_description range_table_description[] = { | 216 static const struct memory_description range_table_description[] = { |
217 { XD_BLOCK_PTR, offsetof (Lisp_Range_Table, entries), 1, &rted_description }, | 217 { XD_BLOCK_PTR, offsetof (Lisp_Range_Table, entries), 1, |
218 { &rted_description } }, | |
218 { XD_END } | 219 { XD_END } |
219 }; | 220 }; |
220 | 221 |
221 DEFINE_LRECORD_IMPLEMENTATION ("range-table", range_table, | 222 DEFINE_LRECORD_IMPLEMENTATION ("range-table", range_table, |
222 1, /*dumpable-flag*/ | 223 1, /*dumpable-flag*/ |