mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 02:26:06 +02:00
* comment and formatting fixes by Christian Budde (mantis #19919)
git-svn-id: trunk@18134 -
This commit is contained in:
parent
29d33f1aa9
commit
0a88009059
@ -2365,7 +2365,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
// dilemma here. asm can do the two comparisons in one go?
|
// dilemma here. asm can do the two comparisons in one go?
|
||||||
// but pascal is portable and can be i inline;ed. Ah well, we need purepascal's anyway:
|
// but pascal is portable and can be inlined. Ah well, we need purepascal's anyway:
|
||||||
function CompareValue(const A, B : Integer): TValueRelationship;
|
function CompareValue(const A, B : Integer): TValueRelationship;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user