From 059f6114da6b4202be1a9df4834e2b1b9076be79 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Jun 1997 02:34:00 +0000 Subject: (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG) (PSEUDOVECTOR_FLAG, enum pvec_type, PSEUDOVECTOR_SIZE_MASK): Define regardless of NO_UNION_TYPE. --- src/lisp.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 3f0fbc0c74a..f104af63794 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -181,12 +181,11 @@ Lisp_Object; #endif /* NO_UNION_TYPE */ -/* If union type is not wanted, define Lisp_Object as just a number - and define the macros below to extract fields by shifting */ +/* If union type is not wanted, define Lisp_Object as just a number. */ #ifdef NO_UNION_TYPE - #define Lisp_Object EMACS_INT +#endif /* NO_UNION_TYPE */ #ifndef VALMASK #define VALMASK ((((EMACS_INT) 1)<