Mercurial > emacs
changeset 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 | 43ce6ed860a6 |
children | bf76e6e6a48c |
files | src/lisp.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
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.