mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-17 04:40:14 +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
|
begin
|
||||||
if GetIdentLen(AnUnitName)=0 then exit;
|
if GetIdentLen(AnUnitName)=0 then exit;
|
||||||
if CompareIdentifiers(AnUnitName,'System')=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.CompilerMode in [cmDELPHI,cmOBJFPC])
|
||||||
and (Scanner.PascalCompiler=pcFPC) then
|
and (Scanner.PascalCompiler=pcFPC) then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user