1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(PVEC_TYPE_MASK): Remove the 0x100 bit.

This commit is contained in:
Richard M. Stallman 1995-10-29 23:26:41 +00:00
parent 8bb1c04210
commit 782dad449a

View 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
};