Mercurial > hg > xemacs-beta
comparison src/buffer.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 |
---|---|
243 #include "bufslots.h" | 243 #include "bufslots.h" |
244 | 244 |
245 { XD_LISP_OBJECT, offsetof (struct buffer, extent_info) }, | 245 { XD_LISP_OBJECT, offsetof (struct buffer, extent_info) }, |
246 | 246 |
247 { XD_BLOCK_PTR, offsetof (struct buffer, text), | 247 { XD_BLOCK_PTR, offsetof (struct buffer, text), |
248 1, &buffer_text_description }, | 248 1, { &buffer_text_description } }, |
249 { XD_BLOCK_PTR, offsetof (struct buffer, syntax_cache), | 249 { XD_BLOCK_PTR, offsetof (struct buffer, syntax_cache), |
250 1, &syntax_cache_description }, | 250 1, { &syntax_cache_description } }, |
251 | 251 |
252 { XD_LISP_OBJECT, offsetof (struct buffer, indirect_children) }, | 252 { XD_LISP_OBJECT, offsetof (struct buffer, indirect_children) }, |
253 { XD_LISP_OBJECT, offsetof (struct buffer, base_buffer) }, | 253 { XD_LISP_OBJECT, offsetof (struct buffer, base_buffer) }, |
254 { XD_END } | 254 { XD_END } |
255 }; | 255 }; |