mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* formatting
git-svn-id: trunk@8498 -
This commit is contained in:
parent
095f9cb9dd
commit
334b9b4ee1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user