mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
+ added VType in TVArRec
This commit is contained in:
parent
0f3b84ca23
commit
297d67aba4
@ -155,7 +155,7 @@ interface
|
|||||||
Type
|
Type
|
||||||
PVarRec = ^TVarRec;
|
PVarRec = ^TVarRec;
|
||||||
TVarRec = record
|
TVarRec = record
|
||||||
case Byte of
|
case vtType: Byte of
|
||||||
vtInteger : (VInteger: Integer; VType:Longint);
|
vtInteger : (VInteger: Integer; VType:Longint);
|
||||||
vtBoolean : (VBoolean: Boolean);
|
vtBoolean : (VBoolean: Boolean);
|
||||||
vtChar : (VChar: Char);
|
vtChar : (VChar: Char);
|
||||||
@ -398,7 +398,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 1998-09-23 10:00:47 peter
|
Revision 1.13 1998-09-23 12:18:32 michael
|
||||||
|
+ added VType in TVArRec
|
||||||
|
|
||||||
|
Revision 1.12 1998/09/23 10:00:47 peter
|
||||||
* tvarrec should be 8 bytes
|
* tvarrec should be 8 bytes
|
||||||
|
|
||||||
Revision 1.11 1998/09/22 15:30:07 peter
|
Revision 1.11 1998/09/22 15:30:07 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user