Browse Source

Merge branch 'main' into x64compatible

Martijn Laan 1 year ago
parent
commit
24d24c2199
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/Src/Compile.pas

+ 1 - 1
Projects/Src/Compile.pas

@@ -2803,7 +2803,7 @@ begin
     if (Kind <> cikDirectiveCheck) or not TryStrToBoolean(ParamData, BoolResult) then begin
       IsCheck := Kind in [cikCheck, cikDirectiveCheck];
       { Check the expression in ParamData and add exports while
-        evaluating. Use Lazy checking to make sure everything is evaluated. }
+        evaluating. Use non-Lazy checking to make sure everything is evaluated. }
       try
         SimpleExpression := TSimpleExpression.Create;
         try