]> git.eshelyaron.com Git - emacs.git/commitdiff
(VALBITS): Adjust for new bit layout.
authorKarl Heuer <kwzh@gnu.org>
Sat, 7 Jan 1995 00:22:49 +0000 (00:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 7 Jan 1995 00:22:49 +0000 (00:22 +0000)
src/m/alpha.h
src/m/gec63.h

index 70c1b648bf4c3182da025f8629bdbc03aa1d4480..d1f9b9a937288e3df1b9692a3c9db9a292a77955 100644 (file)
@@ -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
index a78f6c6793f9bdeafd8d1ef600d26eefc10c53f5..f8fb44af57f19533e73a85a505db5e3c79e61f21 100644 (file)
@@ -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