mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 11:18:56 +02:00
* LongRec is a packed record
This commit is contained in:
parent
8cf497ffe5
commit
1c9a936741
@ -17,7 +17,7 @@
|
|||||||
{****************************************************************************}
|
{****************************************************************************}
|
||||||
|
|
||||||
Type
|
Type
|
||||||
Longrec = Record
|
Longrec = Packed Record
|
||||||
Hi,lo : word;
|
Hi,lo : word;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -533,7 +533,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2003-10-06 21:01:06 peter
|
Revision 1.2 2004-01-12 17:44:22 peter
|
||||||
|
* LongRec is a packed record
|
||||||
|
|
||||||
|
Revision 1.1 2003/10/06 21:01:06 peter
|
||||||
* moved classes unit to rtl
|
* moved classes unit to rtl
|
||||||
|
|
||||||
Revision 1.9 2003/04/27 21:16:11 sg
|
Revision 1.9 2003/04/27 21:16:11 sg
|
||||||
|
Loading…
Reference in New Issue
Block a user