fcl-passrc: fixed build broken since r36006

git-svn-id: trunk@36020 -
This commit is contained in:
Károly Balogh 2017-04-29 22:56:12 +00:00
parent 01ebb52ba8
commit a25912da0d

View File

@ -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