]> git.eshelyaron.com Git - emacs.git/commit
Rename mark_stack to mark_c_stack
authorMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 13:34:57 +0000 (15:34 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 8 Apr 2022 13:34:57 +0000 (15:34 +0200)
commitc2d78d09c1eca4df0836d0fb41562ac0ae1071d6
treedf15aa90d882bc016f8ed6f3e5f7d770d69ee191
parent13c8cc58bbd829ca4616dea09cb050dc977db9ae
Rename mark_stack to mark_c_stack

This is the function that marks the C stack.  Avoid confusion with the
new mark stack, a stack used in the GC mark phase.

* src/alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK)
(mark_stack, mark_c_stack):
* src/lisp.h:
* src/thread.c (mark_one_thread): Rename mark_stack to mark_c_stack.
src/alloc.c
src/lisp.h
src/thread.c