mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 13:50:36 +02:00
* reset aktobjectdef before compilation, resolves #10971
git-svn-id: trunk@10874 -
This commit is contained in:
parent
8fe43377e1
commit
19c7d1d14c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user