mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:30:20 +02:00
* set to nil for safety
git-svn-id: trunk@5188 -
This commit is contained in:
parent
c371d639f4
commit
0e45e41bad
@ -2479,5 +2479,7 @@ begin
|
|||||||
gdb_sysrootc := #0;
|
gdb_sysrootc := #0;
|
||||||
gdb_sysroot := @gdb_sysrootc;
|
gdb_sysroot := @gdb_sysrootc;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
gdb_stderr:=nil;
|
||||||
|
gdb_stdout:=nil;
|
||||||
InitLibGDB;
|
InitLibGDB;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user