diff src/lisp.h @ 13330:eac254855aad

(PVEC_TYPE_MASK): Remove the 0x100 bit.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 23:26:41 +0000
parents b1d118fb7b3e
children 74a891e3ef44
line wrap: on
line diff
--- a/src/lisp.h	Sun Oct 29 23:07:56 1995 +0000
+++ b/src/lisp.h	Sun Oct 29 23:26:41 1995 +0000
@@ -235,7 +235,7 @@
   PVEC_CHAR_TABLE = 0x8000,
   PVEC_BOOL_VECTOR = 0x10000,
   PVEC_BUFFER = 0x20000,
-  PVEC_TYPE_MASK = 0x3ff00,
+  PVEC_TYPE_MASK = 0x3fe00,
   PVEC_FLAG = PSEUDOVECTOR_FLAG
 };