# HG changeset patch # User Karl Heuer # Date 789438169 0 # Node ID ad238f4988c03f7f5819a043c1692e8fd469a06d # Parent c68e5b8456e19f1307dfe0b65f0a6fa250d0f174 (VALBITS): Adjust for new bit layout. diff -r c68e5b8456e1 -r ad238f4988c0 src/m/alpha.h --- a/src/m/alpha.h Sat Jan 07 00:19:51 1995 +0000 +++ b/src/m/alpha.h Sat Jan 07 00:22:49 1995 +0000 @@ -168,9 +168,9 @@ #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 -r c68e5b8456e1 -r ad238f4988c0 src/m/gec63.h --- a/src/m/gec63.h Sat Jan 07 00:19:51 1995 +0000 +++ b/src/m/gec63.h Sat Jan 07 00:22:49 1995 +0000 @@ -58,8 +58,7 @@ #define TERMINFO /* Define sizes of portions of a Lisp_Object. */ -#define VALBITS 22 -#define GCTYPEBITS 5 +#define VALBITS 24 #define VALAMASK (((1<