view .hgignore @ 410:7f538053492c

Fix a possible uninitialized variable reference Prevent the "basic" target from attempting to write data values for a code chunk that happens to end up being zero length. It's not clear that this could happen but robustness says to guard against it.
author William Astle <lost@l-w.ca>
date Thu, 03 Mar 2016 22:59:36 -0700
parents f90c9b044220
children 5b8871fd7503
line wrap: on
line source

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

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