* fix result of high_tree when high was not available

This commit is contained in:
peter 2002-12-20 18:14:53 +00:00
parent ac667efffa
commit 766757fd5b

View File

@ -196,6 +196,7 @@ implementation
srsym : tsym; srsym : tsym;
srsymtable : tsymtable; srsymtable : tsymtable;
begin begin
result:=nil;
srsymtable:=vs.owner; srsymtable:=vs.owner;
if vo_is_local_copy in vs.varoptions then if vo_is_local_copy in vs.varoptions then
begin begin
@ -1268,7 +1269,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.72 2002-12-17 22:19:33 peter Revision 1.73 2002-12-20 18:14:53 peter
* fix result of high_tree when high was not available
Revision 1.72 2002/12/17 22:19:33 peter
* fixed pushing of records>8 bytes with stdcall * fixed pushing of records>8 bytes with stdcall
* simplified hightree loading * simplified hightree loading