* 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; high: bits32;
end; end;
int64rec = packed record int64rec = packed record
low: bits32; low: bits32;
high: bits32; high: bits32;
@ -147,13 +146,13 @@ TYPE
high : qword; high : qword;
end; end;
{$else} {$else}
float64 = packed record float64 = packed record
high,low : bits32; high,low : bits32;
end; end;
int64rec = packed record int64rec = packed record
high,low : bits32; high,low : bits32;
end; end;
floatx80 = packed record floatx80 = packed record
high : word; high : word;