mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 04:07:17 +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);
|
||||
end;
|
||||
|
||||
function CompareInt(const Item1, Item2: Integer): Integer;
|
||||
function CompareInt(Item1, Item2: Integer): Integer;
|
||||
begin
|
||||
Result := Item2 - Item1;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user