mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 08:58:40 +02:00
* variant assignments don't work yet, commented out
This commit is contained in:
parent
a92fd8fe74
commit
8c257e4d26
@ -554,8 +554,10 @@ procedure initvariantmanager;
|
|||||||
begin
|
begin
|
||||||
VarDispProc:=@vardisperror;
|
VarDispProc:=@vardisperror;
|
||||||
DispCallByIDProc:=@vardisperror;
|
DispCallByIDProc:=@vardisperror;
|
||||||
|
{
|
||||||
tvardata(Unassigned).VType:=varEmpty;
|
tvardata(Unassigned).VType:=varEmpty;
|
||||||
tvardata(Null).VType:=varNull;
|
tvardata(Null).VType:=varNull;
|
||||||
|
}
|
||||||
for i:=0 to (sizeof(tvariantmanager) div sizeof(pointer))-1 do
|
for i:=0 to (sizeof(tvariantmanager) div sizeof(pointer))-1 do
|
||||||
ppointer(@variantmanager+i*sizeof(pointer))^:=@invalidvariantop;
|
ppointer(@variantmanager+i*sizeof(pointer))^:=@invalidvariantop;
|
||||||
pointer(variantmanager.varclear):=@varclear
|
pointer(variantmanager.varclear):=@varclear
|
||||||
@ -564,7 +566,10 @@ procedure initvariantmanager;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2002-10-09 19:08:22 florian
|
Revision 1.10 2002-10-09 19:56:01 florian
|
||||||
|
* variant assignments don't work yet, commented out
|
||||||
|
|
||||||
|
Revision 1.9 2002/10/09 19:08:22 florian
|
||||||
+ Variant constants Unassigned and Null added
|
+ Variant constants Unassigned and Null added
|
||||||
|
|
||||||
Revision 1.8 2002/10/07 15:10:45 florian
|
Revision 1.8 2002/10/07 15:10:45 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user