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
94a877ef
Commit
94a877ef
authored
Jan 27, 2002
by
Richard M. Stallman
Browse files
Comment change.
parent
989b6695
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/alloc.c
src/alloc.c
+4
-0
No files found.
src/alloc.c
View file @
94a877ef
...
...
@@ -4644,6 +4644,10 @@ mark_object (argptr)
h
->
size
|=
ARRAY_MARK_FLAG
;
/* Mark contents. */
/* Do not mark next_free or next_weak.
Being in the next_weak chain
should not keep the hash table alive.
No need to mark `count' since it is an integer. */
mark_object
(
&
h
->
test
);
mark_object
(
&
h
->
weak
);
mark_object
(
&
h
->
rehash_size
);
...
...
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