* break tgeneric10 again :)

git-svn-id: trunk@5341 -
This commit is contained in:
micha 2006-11-12 16:07:59 +00:00
parent d80bfc692d
commit 951eddfd85

View File

@ -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;