aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-01-07 00:22:49 +0000
committerKarl Heuer <[email protected]>1995-01-07 00:22:49 +0000
commit308c7a07a22b1c6b48c3353943f75c142fc2623d (patch)
treee83268485c9eda165ebf4582920a53d98302e181 /src
parent5df0669f0453d2696830b489941b0592cc262bea (diff)
(VALBITS): Adjust for new bit layout.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h4
-rw-r--r--src/m/gec63.h4
2 files changed, 3 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 70c1b648bf..d1f9b9a937 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 a78f6c6793..f8fb44af57 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<<VALBITS) - 1)| 0xF0000000L)
@@ -73,6 +72,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Move some garbage-collector flag bits to different bit positions. */
#define ARRAY_MARK_FLAG (1 << 27)
-#define DONT_COPY_FLAG (1 << 26)
#define NO_REMAP