comparison src/lisp.h @ 12246:4de2d34c04d3

(enum pvec_type): Don't use trailing comma.
author Karl Heuer <kwzh@gnu.org>
date Thu, 15 Jun 1995 20:49:02 +0000
parents 437964ecfc70
children 7020a83cd08c
comparison
equal deleted inserted replaced
12245:e8a6dfd8d5d2 12246:4de2d34c04d3
232 PVEC_COMPILED = 0x800, 232 PVEC_COMPILED = 0x800,
233 PVEC_WINDOW = 0x1000, 233 PVEC_WINDOW = 0x1000,
234 PVEC_WINDOW_CONFIGURATION = 0x2000, 234 PVEC_WINDOW_CONFIGURATION = 0x2000,
235 PVEC_SUBR = 0x4000, 235 PVEC_SUBR = 0x4000,
236 PVEC_TYPE_MASK = 0x7f00, 236 PVEC_TYPE_MASK = 0x7f00,
237 PVEC_FLAG = PSEUDOVECTOR_FLAG, 237 PVEC_FLAG = PSEUDOVECTOR_FLAG
238 }; 238 };
239 239
240 /* For convenience, we also store the number of elements in these bits. */ 240 /* For convenience, we also store the number of elements in these bits. */
241 #define PSEUDOVECTOR_SIZE_MASK 0xff 241 #define PSEUDOVECTOR_SIZE_MASK 0xff
242 242