From: Devin J. Pohly Date: Fri, 13 Oct 2017 03:25:49 +0000 (-0500) Subject: Move opt_* into same file as main()/run() X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=69e32a61df15787c410a48eaa10a89240c36257d;hp=69e32a61df15787c410a48eaa10a89240c36257d;p=st.git Move opt_* into same file as main()/run() This commit is purely about reducing externs and LOC. If the main and run functions ever move elsewhere (which will probably make sense eventually), these should come along with them. Signed-off-by: Devin J. Pohly ---