Browse Source

* reset idfpath when globals are initialized (needed for the textmode IDE)

git-svn-id: trunk@46535 -
svenbarth 5 năm trước cách đây
mục cha
commit
5801a7431c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/globals.pas

+ 3 - 0
compiler/globals.pas

@@ -1632,6 +1632,9 @@ implementation
         cshared:=false;
         rlinkpath:='';
         sysrootpath:='';
+{$ifdef XTENSA}
+        idfpath:='';
+{$endif XTENSA}
 
         { Search Paths }
         unicodepath:='';