changeset 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 3bd6e6e466f7
children 77efc3b74f0d
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 };