mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* tvarrec should be 8 bytes
This commit is contained in:
parent
a3fbac27af
commit
81a46d399f
@ -156,7 +156,7 @@ interface
|
||||
PVarRec = ^TVarRec;
|
||||
TVarRec = record
|
||||
case Byte of
|
||||
vtInteger : (VInteger: Integer; VType: Byte);
|
||||
vtInteger : (VInteger: Integer; VType:Longint);
|
||||
vtBoolean : (VBoolean: Boolean);
|
||||
vtChar : (VChar: Char);
|
||||
vtExtended : (VExtended: PExtended);
|
||||
@ -398,7 +398,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 1998-09-22 15:30:07 peter
|
||||
Revision 1.12 1998-09-23 10:00:47 peter
|
||||
* tvarrec should be 8 bytes
|
||||
|
||||
Revision 1.11 1998/09/22 15:30:07 peter
|
||||
* array of const update
|
||||
|
||||
Revision 1.9 1998/09/16 13:08:19 michael
|
||||
|
Loading…
Reference in New Issue
Block a user