From: Karl Heuer Date: Sat, 7 Jan 1995 00:22:49 +0000 (+0000) Subject: (VALBITS): Adjust for new bit layout. X-Git-Tag: emacs-19.34~5497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=308c7a07a22b1c6b48c3353943f75c142fc2623d;p=emacs.git (VALBITS): Adjust for new bit layout. --- diff --git a/src/m/alpha.h b/src/m/alpha.h index 70c1b648bf4..d1f9b9a9372 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -168,9 +168,9 @@ NOTE-END #define PNTR_COMPARISON_TYPE unsigned long -/* On the 64 bit architecture, we can use 56 bits for addresses */ +/* On the 64 bit architecture, we can use 60 bits for addresses */ -#define VALBITS 56 +#define VALBITS 60 /* This definition of MARKBIT is necessary because of the comparison of diff --git a/src/m/gec63.h b/src/m/gec63.h index a78f6c6793f..f8fb44af57f 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h @@ -58,8 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TERMINFO /* Define sizes of portions of a Lisp_Object. */ -#define VALBITS 22 -#define GCTYPEBITS 5 +#define VALBITS 24 #define VALAMASK (((1<