comparison src/lisp.h @ 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 b1d118fb7b3e
children 74a891e3ef44
comparison
equal deleted inserted replaced
13329:3bd6e6e466f7 13330:eac254855aad
233 PVEC_WINDOW_CONFIGURATION = 0x2000, 233 PVEC_WINDOW_CONFIGURATION = 0x2000,
234 PVEC_SUBR = 0x4000, 234 PVEC_SUBR = 0x4000,
235 PVEC_CHAR_TABLE = 0x8000, 235 PVEC_CHAR_TABLE = 0x8000,
236 PVEC_BOOL_VECTOR = 0x10000, 236 PVEC_BOOL_VECTOR = 0x10000,
237 PVEC_BUFFER = 0x20000, 237 PVEC_BUFFER = 0x20000,
238 PVEC_TYPE_MASK = 0x3ff00, 238 PVEC_TYPE_MASK = 0x3fe00,
239 PVEC_FLAG = PSEUDOVECTOR_FLAG 239 PVEC_FLAG = PSEUDOVECTOR_FLAG
240 }; 240 };
241 241
242 /* For convenience, we also store the number of elements in these bits. */ 242 /* For convenience, we also store the number of elements in these bits. */
243 #define PSEUDOVECTOR_SIZE_MASK 0x1ff 243 #define PSEUDOVECTOR_SIZE_MASK 0x1ff