* comment and formatting fixes by Christian Budde (mantis #19919)

git-svn-id: trunk@18134 -
This commit is contained in:
Jonas Maebe 2011-08-07 10:10:51 +00:00
parent 29d33f1aa9
commit 0a88009059

View File

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