Fixed TVarRec again. Should be OK now

This commit is contained in:
michael 1998-09-23 12:40:43 +00:00
parent 7125b9236a
commit ada9e5797b

View File

@ -155,8 +155,8 @@ interface
Type Type
PVarRec = ^TVarRec; PVarRec = ^TVarRec;
TVarRec = record TVarRec = record
case vtType: Byte of case vtType: Longint of
vtInteger : (VInteger: Integer; VType:Longint); vtInteger : (VInteger: Integer);
vtBoolean : (VBoolean: Boolean); vtBoolean : (VBoolean: Boolean);
vtChar : (VChar: Char); vtChar : (VChar: Char);
vtExtended : (VExtended: PExtended); vtExtended : (VExtended: PExtended);
@ -398,7 +398,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.13 1998-09-23 12:18:32 michael Revision 1.14 1998-09-23 12:40:43 michael
Fixed TVarRec again. Should be OK now
Revision 1.13 1998/09/23 12:18:32 michael
+ added VType in TVArRec + added VType in TVArRec
Revision 1.12 1998/09/23 10:00:47 peter Revision 1.12 1998/09/23 10:00:47 peter