Bladeren bron

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

git-svn-id: trunk@46535 -
svenbarth 5 jaren geleden
bovenliggende
commit
5801a7431c
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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:='';