Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
308c7a07
Commit
308c7a07
authored
Jan 07, 1995
by
Karl Heuer
Browse files
(VALBITS): Adjust for new bit layout.
parent
5df0669f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/m/alpha.h
src/m/alpha.h
+2
-2
src/m/gec63.h
src/m/gec63.h
+1
-3
No files found.
src/m/alpha.h
View file @
308c7a07
...
...
@@ -168,9 +168,9 @@ NOTE-END
#define PNTR_COMPARISON_TYPE unsigned long
/* On the 64 bit architecture, we can use
5
6 bits for addresses */
/* On the 64 bit architecture, we can use 6
0
bits for addresses */
#define VALBITS
5
6
#define VALBITS 6
0
/* This definition of MARKBIT is necessary because of the comparison of
...
...
src/m/gec63.h
View file @
308c7a07
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment