From 5801a7431c7f923681ab48ad4f29332ba2fd4d9e Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 21 Aug 2020 12:37:42 +0000 Subject: [PATCH] * reset idfpath when globals are initialized (needed for the textmode IDE) git-svn-id: trunk@46535 - --- compiler/globals.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/globals.pas b/compiler/globals.pas index 3ebaeef198..15d9e54bc0 100644 --- a/compiler/globals.pas +++ b/compiler/globals.pas @@ -1632,6 +1632,9 @@ implementation cshared:=false; rlinkpath:=''; sysrootpath:=''; +{$ifdef XTENSA} + idfpath:=''; +{$endif XTENSA} { Search Paths } unicodepath:='';