Mercurial > emacs
diff src/lisp.h @ 11459:2402288b8410
Delete the #if that compares MARKBIT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 15 Apr 1995 18:27:51 +0000 |
parents | 9fbaec64d072 |
children | b2ccbdb6336f |
line wrap: on
line diff
--- a/src/lisp.h Sat Apr 15 05:42:25 1995 +0000 +++ b/src/lisp.h Sat Apr 15 18:27:51 1995 +0000 @@ -226,10 +226,6 @@ /* 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.