mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +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 }
|
||||
{$ifndef EMBEDDED}
|
||||
{ Show runtime error and exit }
|
||||
if WriteExceptionToStdErr then
|
||||
if WriteErrorsToStdErr then
|
||||
pstdout:=@stderr
|
||||
else
|
||||
pstdout:=@stdout;
|
||||
|
@ -754,7 +754,7 @@ Var
|
||||
StackLength : SizeUInt;
|
||||
|
||||
Var
|
||||
WriteExceptionToStdErr : Boolean = True;
|
||||
WriteErrorsToStdErr : Boolean = True;
|
||||
|
||||
function StackTop: Pointer;
|
||||
|
||||
|
@ -291,7 +291,7 @@ Var
|
||||
hstdout : ^text;
|
||||
|
||||
begin
|
||||
if WriteExceptionToStdErr then
|
||||
if WriteErrorsToStdErr then
|
||||
hstdout:=@stderr
|
||||
else
|
||||
hstdout:=@stdout;
|
||||
|
Loading…
Reference in New Issue
Block a user