aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 84dae54aeb..b775e300e1 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.