mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 22:32:29 +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;
|
||||
rlinkpath:='';
|
||||
sysrootpath:='';
|
||||
{$ifdef XTENSA}
|
||||
idfpath:='';
|
||||
{$endif XTENSA}
|
||||
|
||||
{ Search Paths }
|
||||
unicodepath:='';
|
||||
|
Loading…
Reference in New Issue
Block a user