Skip to content

mark several symbols as static

Kyle Swanson requested to merge github/fork/kylophone/global_cleanup into master

When a symbol is not used beyond it's own compilation unit, mark it as static. Partially addresses #572 (closed).

Merge request reports