Explorar o código

+ Reintroduce SymbolInfo functions

git-svn-id: trunk@6017 -
pierre %!s(int64=18) %!d(string=hai) anos
pai
achega
fa2a66c48d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/compiler.pas

+ 2 - 0
compiler/compiler.pas

@@ -148,6 +148,7 @@ begin
    end;
 { Free memory for the others }
   CompilerInited:=false;
+  do_doneSymbolInfo;
   DoneSymtable;
   DoneGlobals;
   DoneFileUtils;
@@ -169,6 +170,7 @@ begin
   InitVerbose;
   inittokens;
   IniTSymtable; {Must come before read_arguments, to enable macrosymstack}
+  do_initSymbolInfo;
   CompilerInited:=true;
 { this is needed here for the IDE
   in case of compilation failure