mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:29:14 +02:00
* reset idfpath when globals are initialized (needed for the textmode IDE)
git-svn-id: trunk@46535 -
This commit is contained in:
parent
7e2dc6b345
commit
5801a7431c
@ -1632,6 +1632,9 @@ implementation
|
|||||||
cshared:=false;
|
cshared:=false;
|
||||||
rlinkpath:='';
|
rlinkpath:='';
|
||||||
sysrootpath:='';
|
sysrootpath:='';
|
||||||
|
{$ifdef XTENSA}
|
||||||
|
idfpath:='';
|
||||||
|
{$endif XTENSA}
|
||||||
|
|
||||||
{ Search Paths }
|
{ Search Paths }
|
||||||
unicodepath:='';
|
unicodepath:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user