mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 20:59:16 +02:00
codetools: fixed typo
git-svn-id: trunk@14870 -
This commit is contained in:
parent
75c21c41bb
commit
2a13760f82
@ -930,7 +930,7 @@ var
|
||||
begin
|
||||
if GetIdentLen(AnUnitName)=0 then exit;
|
||||
if CompareIdentifiers(AnUnitName,'System')=0 then exit;
|
||||
if (CompareIdentifiers(AnUnitName,'ObjFPC')=0)
|
||||
if (CompareIdentifiers(AnUnitName,'ObjPas')=0)
|
||||
and (Scanner.CompilerMode in [cmDELPHI,cmOBJFPC])
|
||||
and (Scanner.PascalCompiler=pcFPC) then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user