mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 13:53:19 +02:00
fcl-passrc: fixed build broken since r36006
git-svn-id: trunk@36020 -
This commit is contained in:
parent
01ebb52ba8
commit
a25912da0d
@ -190,7 +190,7 @@ begin
|
||||
begin
|
||||
if i > 0 then
|
||||
wrt(', ');
|
||||
wrt(ASection.UsesClause[i].Identifier);
|
||||
wrt(ASection.UsesClause[i].Name);
|
||||
if ASection.UsesClause[i].InFilename is TPrimitiveExpr then
|
||||
wrt(' in '''+TPrimitiveExpr(ASection.UsesClause[i].InFilename).Value+'''');
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user