# HG changeset patch # User Andreas Schwab # Date 1083014777 0 # Node ID 2a1571603eac9aafe747f3acf9bc04526efd50dd # Parent e44021d4d9ebafc61565d38033eb20da82a8255d (BOOL_VECTOR_BITS_PER_CHAR): Define. diff -r e44021d4d9eb -r 2a1571603eac src/lisp.h --- a/src/lisp.h Mon Apr 26 18:58:19 2004 +0000 +++ b/src/lisp.h Mon Apr 26 21:26:17 2004 +0000 @@ -278,6 +278,10 @@ /* For convenience, we also store the number of elements in these bits. */ #define PSEUDOVECTOR_SIZE_MASK 0x1ff + +/* Number of bits to put in each character in the internal representation + of bool vectors. This should not vary across implementations. */ +#define BOOL_VECTOR_BITS_PER_CHAR 8 /***** Select the tagging scheme. *****/