From b63621e7a009a46d031891e9b0b0eb104a85ae32 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 8 Nov 2016 15:31:35 +0000 Subject: [PATCH] lcl: update_allunits: add {%H-} git-svn-id: trunk@53316 - --- lcl/update_allunits.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/update_allunits.lpr b/lcl/update_allunits.lpr index d49efe7252..f74f288b33 100644 --- a/lcl/update_allunits.lpr +++ b/lcl/update_allunits.lpr @@ -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