]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete the #if that compares MARKBIT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:27:51 +0000 (18:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:27:51 +0000 (18:27 +0000)
src/lisp.h

index 84dae54aebfd3b991e469b9c259bcd12aca7fe96..b775e300e137f87d2411d64a7758fea9767f9ef0 100644 (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 */
 \f
 /* These macros extract various sorts of values from a Lisp_Object.