From: Devin J. Pohly Date: Sat, 24 Feb 2018 22:16:12 +0000 (-0600) Subject: Limit usage of extern to config.h globals X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=30683c70ab62fd37b5921cf72077b9aef2cb842e;hp=30683c70ab62fd37b5921cf72077b9aef2cb842e;p=st.git Limit usage of extern to config.h globals Prefer passing arguments to declaring external global variables. The only remaining usage of extern is for config.h variables which are needed in st.c instead of x.c (where it is now included). Signed-off-by: Devin J. Pohly ---