瀏覽代碼

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

git-svn-id: trunk@46535 -
svenbarth 5 年之前
父節點
當前提交
5801a7431c
共有 1 個文件被更改,包括 3 次插入0 次删除
  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:='';