mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
I'm going back to believing in this test.
This commit is contained in:
parent
68874b6080
commit
e25fee2332
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user