comparison src/m/gec63.h @ 11410:9f1825e7fc8f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 Apr 1995 06:40:19 +0000
parents ad238f4988c0
children 1d4654a97585
comparison
equal deleted inserted replaced
11409:4c3096cfd900 11410:9f1825e7fc8f
55 #define NO_ARG_ARRAY 55 #define NO_ARG_ARRAY
56 56
57 #undef TERMCAP 57 #undef TERMCAP
58 #define TERMINFO 58 #define TERMINFO
59 59
60 #define NO_REMAP
61
62 /* The rest of the file certainly needs updating for Emacs 19.29! */
63
60 /* Define sizes of portions of a Lisp_Object. */ 64 /* Define sizes of portions of a Lisp_Object. */
61 #define VALBITS 24 65 #define VALBITS 24
62 66
63 #define VALAMASK (((1<<VALBITS) - 1)| 0xF0000000L) 67 #define VALAMASK (((1<<VALBITS) - 1)| 0xF0000000L)
64 68
70 #define XSET(var, type, ptr) \ 74 #define XSET(var, type, ptr) \
71 ((var) = ((int)(type) << VALBITS) + ((int) (ptr) & VALAMASK)) 75 ((var) = ((int)(type) << VALBITS) + ((int) (ptr) & VALAMASK))
72 76
73 /* Move some garbage-collector flag bits to different bit positions. */ 77 /* Move some garbage-collector flag bits to different bit positions. */
74 #define ARRAY_MARK_FLAG (1 << 27) 78 #define ARRAY_MARK_FLAG (1 << 27)
75
76 #define NO_REMAP