]> git.eshelyaron.com Git - emacs.git/commit
Simplify alloc.c static function decls
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)
commit495d8519ca030de4367be14f703c44855c2186dd
treec47492854a4eb354331723ac10ade825aeb44582
parentc386f7e825b425c9f80f8bb42ce329c127aa4d62
Simplify alloc.c static function decls

* src/alloc.c: Omit unnecessary static function declarations.
Don’t use ‘inline static’ as the C standard says that keyword
order is obsolescent.  Anyway, no need for ‘inline’ as compilers
inline without it well enough.
src/alloc.c