mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:56:21 +02:00
Converter: minor comment changes.
git-svn-id: trunk@28064 -
This commit is contained in:
parent
ee539962d8
commit
1e3683325a
@ -191,7 +191,7 @@ begin
|
||||
fSrcCache.EndUpdate;
|
||||
end;
|
||||
if fSettings.Target=ctLazarus then begin
|
||||
// One way conversion -> remove, rename and comment out units.
|
||||
// One way conversion -> remove and rename units.
|
||||
if not RemoveUnits then exit;
|
||||
if not RenameUnits then exit;
|
||||
end;
|
||||
@ -199,7 +199,7 @@ begin
|
||||
// Support Delphi. Add IFDEF blocks for units.
|
||||
if not AddDelphiAndLCLSections then exit;
|
||||
end
|
||||
else // ctLazarus or ctLazarusWin -> comment units if needed.
|
||||
else // [ctLazarus, ctLazarusWin] -> comment out units if needed.
|
||||
if not CommentOutUnits then exit;
|
||||
if not fCodeTool.FixUsedUnitCase(fSrcCache) then exit;
|
||||
if not fSrcCache.Apply then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user