From: Richard M. Stallman Date: Sat, 15 Apr 1995 18:27:51 +0000 (+0000) Subject: Delete the #if that compares MARKBIT. X-Git-Tag: emacs-19.34~4399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70368c8c635880bbd0e0656d20e12c7d1b3647c0;p=emacs.git Delete the #if that compares MARKBIT. --- diff --git a/src/lisp.h b/src/lisp.h index 84dae54aebf..b775e300e13 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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.