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