Mercurial > hg > xemacs-beta
comparison src/lrecord.h @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | a5df635868b2 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
431:a97165e56215 | 432:3a7e78e1142d |
---|---|
235 Lisp objects which will be reset to Qnil when dumping. Useful for cleaning | 235 Lisp objects which will be reset to Qnil when dumping. Useful for cleaning |
236 up caches. | 236 up caches. |
237 | 237 |
238 XD_LO_LINK | 238 XD_LO_LINK |
239 Link in a linked list of objects of the same type. | 239 Link in a linked list of objects of the same type. |
240 | 240 |
241 XD_OPAQUE_PTR | 241 XD_OPAQUE_PTR |
242 Pointer to undumpable data. Must be NULL when dumping. | 242 Pointer to undumpable data. Must be NULL when dumping. |
243 | 243 |
244 XD_STRUCT_PTR | 244 XD_STRUCT_PTR |
245 Pointer to described struct. Parameters are number of structures and | 245 Pointer to described struct. Parameters are number of structures and |