Pārlūkot izejas kodu

Merge branch 'main' into x64compatible

Martijn Laan 1 gadu atpakaļ
vecāks
revīzija
24d24c2199
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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