* set to nil for safety

git-svn-id: trunk@5188 -
This commit is contained in:
florian 2006-11-02 22:25:37 +00:00
parent c371d639f4
commit 0e45e41bad

View File

@ -2479,5 +2479,7 @@ begin
gdb_sysrootc := #0;
gdb_sysroot := @gdb_sysrootc;
{$endif}
gdb_stderr:=nil;
gdb_stdout:=nil;
InitLibGDB;
end.