mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* repeat inline in the body
git-svn-id: trunk@5257 -
This commit is contained in:
parent
60b1d1e162
commit
2659c32078
@ -832,7 +832,7 @@ begin
|
||||
result:=defvalue;
|
||||
end;
|
||||
|
||||
procedure ReplaceTime(var dati:TDateTime; NewTime : TDateTime);
|
||||
procedure ReplaceTime(var dati:TDateTime; NewTime : TDateTime);inline;
|
||||
|
||||
begin
|
||||
dati:=trunc(dati)+frac(newtime);
|
||||
|
Loading…
Reference in New Issue
Block a user