diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-15 18:27:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-15 18:27:51 +0000 |
commit | 47e2c5a151b45cdae54fe4d284b7b68b3d116d42 (patch) | |
tree | cc6dd8445559cc5870160aca57072d29e2f5edd8 /src/lisp.h | |
parent | 11ea45152a4ae5271ff6294d631353ed938eda04 (diff) | |
download | emacs-47e2c5a151b45cdae54fe4d284b7b68b3d116d42.tar.gz |
Delete the #if that compares MARKBIT.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 4 |
1 files changed, 0 insertions, 4 deletions
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. |