]> git.eshelyaron.com Git - emacs.git/commit
Omit no-longer-needed stack mark_maybe_object
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Aug 2020 06:40:11 +0000 (23:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Aug 2020 07:05:56 +0000 (00:05 -0700)
commitaa1b586a1afaa88e5a9521a7640feefc2c12f009
tree34b35fb8c91558a14251326710651179cd431728
parent2ff930d861b772466b9f6b95d1776696298f3e0b
Omit no-longer-needed stack mark_maybe_object

* src/alloc.c (mark_memory): Do not bother using mark_maybe_object
on the stack, since mark_maybe_pointer now marks everything that
mark_maybe_object would.
src/alloc.c