# HG changeset patch # User Stefan Monnier # Date 1144506871 0 # Node ID 8a7ecbca8672cc4a6c71477db8ae69bfe78db382 # Parent bc9116711ea3faf37c58132c0a161521df39a533 (PSEUDOVECTOR_SIZE_MASK): Expand docstring. diff -r bc9116711ea3 -r 8a7ecbca8672 src/lisp.h --- a/src/lisp.h Sat Apr 08 14:20:10 2006 +0000 +++ b/src/lisp.h Sat Apr 08 14:34:31 2006 +0000 @@ -297,7 +297,11 @@ #endif }; -/* For convenience, we also store the number of elements in these bits. */ +/* For convenience, we also store the number of elements in these bits. + Note that this size is not necessarily the memory-footprint size, but + only the number of Lisp_Object fields (that need to be traced by the GC). + The distinction is used e.g. by Lisp_Process which places extra + non-Lisp_Object fields at the end of the structure. */ #define PSEUDOVECTOR_SIZE_MASK 0x1ff /* Number of bits to put in each character in the internal representation