]> git.eshelyaron.com Git - emacs.git/commit
* src/itree.c: Eliminate all prototypes for static functions
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Oct 2022 18:10:06 +0000 (14:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Oct 2022 18:10:06 +0000 (14:10 -0400)
commit19f5431cf644517776e2945912dd5d5e8933b3dc
treeb9b08dfc7f3d974d1f75236d8c95d60224f740ba
parent75bfb2614d310f0708619f66f9088784f5733c49
* src/itree.c: Eliminate all prototypes for static functions

Massive code reorganization to move definitions of static functions
before their first use, so as to remove the need for
redundant prototypes.
While at it, fix a few places where the used more than 80 column.
src/itree.c