Mercurial > emacs
changeset 55157:2a1571603eac
(BOOL_VECTOR_BITS_PER_CHAR): Define.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 26 Apr 2004 21:26:17 +0000 |
parents | e44021d4d9eb |
children | e69f42e233dc |
files | src/lisp.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. *****/