mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 02:41:57 +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;
|
result:=defvalue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure ReplaceTime(var dati:TDateTime; NewTime : TDateTime);
|
procedure ReplaceTime(var dati:TDateTime; NewTime : TDateTime);inline;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
dati:=trunc(dati)+frac(newtime);
|
dati:=trunc(dati)+frac(newtime);
|
||||||
|
Loading…
Reference in New Issue
Block a user