mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
I'm going back to believing in this test.
This commit is contained in:
@@ -84,7 +84,7 @@ void StaticAnalyser::Acorn::AddTargets(
|
|||||||
bool is_basic = true;
|
bool is_basic = true;
|
||||||
|
|
||||||
// protected files are always for *RUNning only
|
// 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,
|
// 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
|
// so that's also justification to *RUN
|
||||||
|
Reference in New Issue
Block a user