+ reset in InitSymtable some global vars to avoid trouble with the ide

This commit is contained in:
florian 2005-03-13 12:15:44 +00:00
parent 60b9b9ef9d
commit b068bfbfc4

View File

@ -2446,6 +2446,11 @@ implementation
initialmacrosymtable:= tmacrosymtable.create(false);
macrosymtablestack:= initialmacrosymtable;
{ set some global vars to nil, might be important for the ide }
class_tobject:=nil;
interface_iunknown:=nil;
rec_tguid:=nil;
dupnr:=0;
end;
@ -2463,7 +2468,10 @@ implementation
end.
{
$Log$
Revision 1.171 2005-02-14 17:13:08 peter
Revision 1.172 2005-03-13 12:15:44 florian
+ reset in InitSymtable some global vars to avoid trouble with the ide
Revision 1.171 2005/02/14 17:13:08 peter
* truncate log
Revision 1.170 2005/01/20 16:38:45 peter