mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Delete the #if that compares MARKBIT.
This commit is contained in:
parent
5c0b696b45
commit
70368c8c63
1 changed files with 0 additions and 4 deletions
|
|
@ -226,10 +226,6 @@ enum pvec_type
|
|||
/* For convenience, we also store the number of elements in these bits. */
|
||||
#define PSEUDOVECTOR_SIZE_MASK 0xff
|
||||
|
||||
#if ARRAY_MARK_FLAG == MARKBIT || PSEUDOVECTOR_FLAG == ARRAY_MARK_FLAG || PSEUDOVECTOR_FLAG == MARKBIT
|
||||
you lose
|
||||
#endif
|
||||
|
||||
#endif /* NO_UNION_TYPE */
|
||||
|
||||
/* These macros extract various sorts of values from a Lisp_Object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue