From: Richard M. Stallman Date: Sun, 29 Oct 1995 23:26:41 +0000 (+0000) Subject: (PVEC_TYPE_MASK): Remove the 0x100 bit. X-Git-Tag: emacs-19.34~2530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=782dad449abb84e3a0cca6476be428efa3d6f893;p=emacs.git (PVEC_TYPE_MASK): Remove the 0x100 bit. --- 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 };