mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:06:02 +02:00
* Rename WriteExceptionToStdErr -> WriteErrorsToStdErr
git-svn-id: trunk@30555 -
This commit is contained in:
parent
bd803769b8
commit
81fa382c42
@ -993,7 +993,7 @@ Begin
|
|||||||
redirection to seriell i/o }
|
redirection to seriell i/o }
|
||||||
{$ifndef EMBEDDED}
|
{$ifndef EMBEDDED}
|
||||||
{ Show runtime error and exit }
|
{ Show runtime error and exit }
|
||||||
if WriteExceptionToStdErr then
|
if WriteErrorsToStdErr then
|
||||||
pstdout:=@stderr
|
pstdout:=@stderr
|
||||||
else
|
else
|
||||||
pstdout:=@stdout;
|
pstdout:=@stdout;
|
||||||
|
@ -754,7 +754,7 @@ Var
|
|||||||
StackLength : SizeUInt;
|
StackLength : SizeUInt;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
WriteExceptionToStdErr : Boolean = True;
|
WriteErrorsToStdErr : Boolean = True;
|
||||||
|
|
||||||
function StackTop: Pointer;
|
function StackTop: Pointer;
|
||||||
|
|
||||||
|
@ -291,7 +291,7 @@ Var
|
|||||||
hstdout : ^text;
|
hstdout : ^text;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if WriteExceptionToStdErr then
|
if WriteErrorsToStdErr then
|
||||||
hstdout:=@stderr
|
hstdout:=@stderr
|
||||||
else
|
else
|
||||||
hstdout:=@stdout;
|
hstdout:=@stdout;
|
||||||
|
Loading…
Reference in New Issue
Block a user