mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 17:50:18 +02:00
fcl-passrc: comment
This commit is contained in:
parent
a4e2d74626
commit
3713784e40
@ -5801,6 +5801,7 @@ begin
|
|||||||
OlderEl:=OlderIdentifier.Element;
|
OlderEl:=OlderIdentifier.Element;
|
||||||
if (Identifier.Kind=pikNamespace)
|
if (Identifier.Kind=pikNamespace)
|
||||||
or (OlderIdentifier.Kind=pikNamespace) then
|
or (OlderIdentifier.Kind=pikNamespace) then
|
||||||
|
// namespace cannot clash
|
||||||
else if (Identifier.Kind=pikSimple)
|
else if (Identifier.Kind=pikSimple)
|
||||||
or (OlderIdentifier.Kind=pikSimple) then
|
or (OlderIdentifier.Kind=pikSimple) then
|
||||||
RaiseMsg(20190818141630,nDuplicateIdentifier,sDuplicateIdentifier,
|
RaiseMsg(20190818141630,nDuplicateIdentifier,sDuplicateIdentifier,
|
||||||
|
Loading…
Reference in New Issue
Block a user