view .hgignore @ 507:dd9c5cef2e80

Fix missing extern declaration Variable declarations in headers need to be "extern". Fix missing "extern" in input.h. (Turns it it was there previously and was erroneously removed in a previous clean up patch.) Thank you to John W. Linville <linville@redhat.com> for reporting the problem.
author William Astle <lost@l-w.ca>
date Thu, 06 Feb 2020 15:04:05 -0700
parents 5b8871fd7503
children 5f10e1913d1a
line wrap: on
line source

\.exe$
\.o$
\.d$
\.a$
~$
\.orig$
/lwbasic$
/lwlink$
/lwobjdump$
/lwar$
/lwasm$
/lwcc/lwcc$
/lwcc/lwcc-cpp$
/lwcc/lwcc-cc

# for windows
\.suo$
\.sdf$
\.opensdf$
\Debug$
\Release$