1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-28 08:29:34 +00:00

I'm going back to believing in this test.

This commit is contained in:
Thomas Harte 2016-09-05 17:55:40 -04:00
parent 68874b6080
commit e25fee2332

View File

@ -84,7 +84,7 @@ void StaticAnalyser::Acorn::AddTargets(
bool is_basic = true;
// protected files are always for *RUNning only
// if(files.front().is_protected) is_basic = false;
if(files.front().is_protected) is_basic = false;
// check also for a continuous threading of BASIC lines; if none then this probably isn't BASIC code,
// so that's also justification to *RUN