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:
parent
8bb1c04210
commit
782dad449a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue