* formatting

git-svn-id: trunk@8498 -
This commit is contained in:
florian 2007-09-16 10:08:53 +00:00
parent 095f9cb9dd
commit 334b9b4ee1

View File

@ -131,7 +131,6 @@ TYPE
high: bits32;
end;
int64rec = packed record
low: bits32;
high: bits32;
@ -147,13 +146,13 @@ TYPE
high : qword;
end;
{$else}
float64 = packed record
high,low : bits32;
end;
float64 = packed record
high,low : bits32;
end;
int64rec = packed record
high,low : bits32;
end;
int64rec = packed record
high,low : bits32;
end;
floatx80 = packed record
high : word;