]> git.eshelyaron.com Git - emacs.git/commit
Make native helper functions static
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2022 19:35:04 +0000 (12:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2022 19:48:53 +0000 (12:48 -0700)
commitc386f7e825b425c9f80f8bb42ce329c127aa4d62
tree59a1b60640e45e08e9d95ac4b2a84209a878a1f4
parent0fed5610426e141b057fc359ab9a86b3ac7e9df5
Make native helper functions static

These don’t need to be extern, even with -flto, since
their addresses are taken.
* src/comp.c (helper_unwind_protect, helper_unbind_n)
(helper_save_restriction, helper_GET_SYMBOL_WITH_POSITION)
(helper_PSEUDOVECTOR_TYPEP_XUNTAG): Now static.
src/comp.c