1
Fork 0
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:
Richard M. Stallman 1995-04-15 18:27:51 +00:00
parent 5c0b696b45
commit 70368c8c63

View file

@ -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.