Ver código fonte

Merged revisions 10874 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r10874 | florian | 2008-05-03 16:36:47 +0200 (Sa, 03 Mai 2008) | 2 lines

* reset aktobjectdef before compilation, resolves #10971
........

git-svn-id: branches/fixes_2_2@10875 -

florian 17 anos atrás
pai
commit
e876c55ce9
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      compiler/symtable.pas

+ 2 - 1
compiler/symtable.pas

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