* reset aktobjectdef before compilation, resolves #10971

git-svn-id: trunk@10874 -
This commit is contained in:
florian 2008-05-03 14:36:47 +00:00
parent 8fe43377e1
commit 19c7d1d14c

View File

@ -2127,7 +2127,7 @@ implementation
Init/Done Symtable
****************************************************************************}
procedure IniTSymtable;
procedure InitSymtable;
begin
{ Reset symbolstack }
symtablestack:=nil;
@ -2147,6 +2147,7 @@ implementation
class_tobject:=nil;
interface_iunknown:=nil;
rec_tguid:=nil;
aktobjectdef:=nil;
dupnr:=0;
end;