From 4435a68af69eccce12ff5702d9d7ea38846648d1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 26 Apr 2004 21:26:17 +0000 Subject: [PATCH] (BOOL_VECTOR_BITS_PER_CHAR): Define. --- src/lisp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index ce5a5c5917e..50f063371a9 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -278,6 +278,10 @@ enum pvec_type /* 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. *****/ -- 2.11.4.GIT