mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 18:17:19 +01:00
* break tgeneric10 again :)
git-svn-id: trunk@5341 -
This commit is contained in:
parent
d80bfc692d
commit
951eddfd85
@ -17,7 +17,7 @@ begin
|
|||||||
halt(1);
|
halt(1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function CompareInt(const Item1, Item2: Integer): Integer;
|
function CompareInt(Item1, Item2: Integer): Integer;
|
||||||
begin
|
begin
|
||||||
Result := Item2 - Item1;
|
Result := Item2 - Item1;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user