path_w32.c
12.6 KB
-
tree-wide: mark local functions as static · a6c9e0b3
We've accumulated quite some functions which are never used outside of their respective code unit, but which are lacking the `static` keyword. Add it to reduce their linkage scope and allow the compiler to optimize better.
Patrick Steinhardt committed