Browse Source

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

git-svn-id: trunk@46535 -
svenbarth 5 years ago
parent
commit
5801a7431c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/globals.pas

+ 3 - 0
compiler/globals.pas

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