mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
; * src/alloc.c (sweep_symbols): Fix last change.
This commit is contained in:
parent
fdd3dcfa4e
commit
9031dec527
@ -7032,7 +7032,7 @@ sweep_symbols (void)
|
|||||||
between the two will be re-swept.
|
between the two will be re-swept.
|
||||||
So we have to make sure we don't re-free this blv next
|
So we have to make sure we don't re-free this blv next
|
||||||
time we sweep this symbol_block (bug#29066). */
|
time we sweep this symbol_block (bug#29066). */
|
||||||
sym->s.redirect == SYMBOL_PLAINVAL;
|
sym->s.redirect = SYMBOL_PLAINVAL;
|
||||||
}
|
}
|
||||||
sym->s.next = symbol_free_list;
|
sym->s.next = symbol_free_list;
|
||||||
symbol_free_list = &sym->s;
|
symbol_free_list = &sym->s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user