comparison src/lrecord.h @ 5094:ebee7d1e58bd

fix outdated comment -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-03 Ben Wing <ben@xemacs.org> * lrecord.h: Fix outdated comment.
author Ben Wing <ben@xemacs.org>
date Wed, 03 Mar 2010 05:41:44 -0600
parents c8f90d61dcf3
children 7be849cb8828
comparison
equal deleted inserted replaced
5093:33bc58a32dc2 5094:ebee7d1e58bd
643 some descriptions are written this way. This is dangerous, though, 643 some descriptions are written this way. This is dangerous, though,
644 because another use might come along for the data descriptions, that 644 because another use might come along for the data descriptions, that
645 doesn't care about the dumper flag and makes use of some of the stuff 645 doesn't care about the dumper flag and makes use of some of the stuff
646 normally omitted from the "abbreviated" description -- see above. 646 normally omitted from the "abbreviated" description -- see above.
647 647
648 A memory_description is an array of values. (This is actually 648 A memory_description is an array of values. The first value of each
649 misnamed, in that it does not just describe lrecords, but any 649 line is a type, the second the offset in the lrecord structure. The
650 blocks of memory.) The first value of each line is a type, the 650 third and following elements are parameters; their presence, type and
651 second the offset in the lrecord structure. The third and 651 number is type-dependent.
652 following elements are parameters; their presence, type and number
653 is type-dependent.
654 652
655 The description ends with an "XD_END" record. 653 The description ends with an "XD_END" record.
656 654
657 The top-level description of an lrecord or lcrecord does not need 655 The top-level description of an lrecord or lcrecord does not need
658 to describe every element, just the ones that need to be relocated, 656 to describe every element, just the ones that need to be relocated,