mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
Avoid TARGET_DIRS_TARGET_DIRS garbage by explicitly setting result of string function in AddTargetDefines method to empty at startup
git-svn-id: trunk@23701 -
This commit is contained in:
parent
5d628b29bb
commit
d9758e5d0e
@ -335,6 +335,7 @@ implementation
|
||||
T : TOs;
|
||||
C : TCpu;
|
||||
begin
|
||||
result:='';
|
||||
for c:=low(TCpu) to high(TCpu) do
|
||||
for t:=low(TOS) to high(TOS) do
|
||||
if FInput.IncludeTargets[c,t] then
|
||||
|
Loading…
Reference in New Issue
Block a user