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)<