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