From 782dad449abb84e3a0cca6476be428efa3d6f893 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Oct 1995 23:26:41 +0000 Subject: [PATCH] (PVEC_TYPE_MASK): Remove the 0x100 bit. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 64af2384121..2a1c5a3c6a3 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -235,7 +235,7 @@ enum pvec_type PVEC_CHAR_TABLE = 0x8000, PVEC_BOOL_VECTOR = 0x10000, PVEC_BUFFER = 0x20000, - PVEC_TYPE_MASK = 0x3ff00, + PVEC_TYPE_MASK = 0x3fe00, PVEC_FLAG = PSEUDOVECTOR_FLAG }; -- 2.39.2