mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
Converter: fix comment
git-svn-id: trunk@42447 -
This commit is contained in:
parent
1461a91522
commit
cfaa54be18
@ -545,7 +545,7 @@ begin
|
||||
fUsedUnitsTool:=TUsedUnitsTool.Create(fCTLink, fOrigUnitFilename);
|
||||
except
|
||||
// If CodeTool's BuildTree raised exception, try dummy replacement for
|
||||
// some known problematic syntax, currently only OleVariant.type.
|
||||
// some known problematic syntax, currently only OleVariant members.
|
||||
if CodeFixed then
|
||||
Raise // There was a second exception -> we are doomed!
|
||||
else begin
|
||||
|
Loading…
Reference in New Issue
Block a user