diff --git a/src/lisp.h b/src/lisp.h index 35a88d9b238..50b68f2e767 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -811,7 +811,7 @@ INLINE void extracted pointer's type is CTYPE *. */ #define XUNTAG(a, type, ctype) ((ctype *) \ - ((uintptr_t) XLP (a) - LISP_WORD_TAG (type))) + ((char *) XLP (a) - LISP_WORD_TAG (type))) /* A forwarding pointer to a value. It uses a generic pointer to avoid alignment bugs that could occur if it used a pointer to a