From e25fee2332d6f266cc013ca2f90980081649dbda Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 5 Sep 2016 17:55:40 -0400 Subject: [PATCH] I'm going back to believing in this test. --- StaticAnalyser/Acorn/AcornAnalyser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StaticAnalyser/Acorn/AcornAnalyser.cpp b/StaticAnalyser/Acorn/AcornAnalyser.cpp index ce9fc5d5c..0803c39a2 100644 --- a/StaticAnalyser/Acorn/AcornAnalyser.cpp +++ b/StaticAnalyser/Acorn/AcornAnalyser.cpp @@ -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