diff options
| author | Richard M. Stallman | 1995-04-15 18:27:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-15 18:27:51 +0000 |
| commit | 70368c8c635880bbd0e0656d20e12c7d1b3647c0 (patch) | |
| tree | 96a4d3b230c5861837f1343a6c6cd8bec381d282 /src | |
| parent | 5c0b696b45fced8f5f4440656923aa0c06259fe8 (diff) | |
| download | emacs-70368c8c635880bbd0e0656d20e12c7d1b3647c0.tar.gz emacs-70368c8c635880bbd0e0656d20e12c7d1b3647c0.zip | |
Delete the #if that compares MARKBIT.
Diffstat (limited to 'src')
| -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 | |||
| 226 | /* For convenience, we also store the number of elements in these bits. */ | 226 | /* For convenience, we also store the number of elements in these bits. */ |
| 227 | #define PSEUDOVECTOR_SIZE_MASK 0xff | 227 | #define PSEUDOVECTOR_SIZE_MASK 0xff |
| 228 | 228 | ||
| 229 | #if ARRAY_MARK_FLAG == MARKBIT || PSEUDOVECTOR_FLAG == ARRAY_MARK_FLAG || PSEUDOVECTOR_FLAG == MARKBIT | ||
| 230 | you lose | ||
| 231 | #endif | ||
| 232 | |||
| 233 | #endif /* NO_UNION_TYPE */ | 229 | #endif /* NO_UNION_TYPE */ |
| 234 | 230 | ||
| 235 | /* These macros extract various sorts of values from a Lisp_Object. | 231 | /* These macros extract various sorts of values from a Lisp_Object. |