diff src/lisp.h @ 55157:2a1571603eac

(BOOL_VECTOR_BITS_PER_CHAR): Define.
author Andreas Schwab <schwab@suse.de>
date Mon, 26 Apr 2004 21:26:17 +0000
parents 45f74adeb581
children 3834fb45a740 1a68e4b22355
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.  *****/