]> git.eshelyaron.com Git - emacs.git/commitdiff
(PVEC_TYPE_MASK): Remove the 0x100 bit.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 23:26:41 +0000 (23:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 23:26:41 +0000 (23:26 +0000)
src/lisp.h

index 64af2384121ed3c8ccb65699859eccf460c88dcf..2a1c5a3c6a3d52ce7283df021bdb90f3fda12802 100644 (file)
@@ -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
 };