lcl: update_allunits: add {%H-}

git-svn-id: trunk@53316 -
This commit is contained in:
mattias 2016-11-08 15:31:35 +00:00
parent c7e89e3205
commit b63621e7a0

View File

@ -62,7 +62,7 @@ begin
Source.Add('interface');
Source.Add('uses');
for i:=0 to Units.Count-1 do begin
s:=' '+Units[i];
s:=' '+Units[i]+'{%H-}';
if i=Units.Count-1 then
s:=s+';'
else