فهرست منبع

+ Reintroduce SymbolInfo functions

git-svn-id: trunk@6017 -
pierre 18 سال پیش
والد
کامیت
fa2a66c48d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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