]> code.delx.au - gnu-emacs/commitdiff
(PVEC_TYPE_MASK): Add the bit for hash tables.
authorGerd Moellmann <gerd@gnu.org>
Wed, 25 Aug 1999 01:04:57 +0000 (01:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 25 Aug 1999 01:04:57 +0000 (01:04 +0000)
src/lisp.h

index 52d3db828ffe646ed44f32a2a08e8bdefd8abc2b..d5e4aadc9e1c59adc00c764366a9ac3f1a15ba5a 100644 (file)
@@ -244,7 +244,7 @@ enum pvec_type
   PVEC_BOOL_VECTOR = 0x10000,
   PVEC_BUFFER = 0x20000,
   PVEC_HASH_TABLE = 0x40000,
-  PVEC_TYPE_MASK = 0x3fe00,
+  PVEC_TYPE_MASK = 0x7fe00,
   PVEC_FLAG = PSEUDOVECTOR_FLAG
 };