* Rename WriteExceptionToStdErr -> WriteErrorsToStdErr

git-svn-id: trunk@30555 -
This commit is contained in:
michael 2015-04-12 15:37:46 +00:00
parent bd803769b8
commit 81fa382c42
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -754,7 +754,7 @@ Var
StackLength : SizeUInt;
Var
WriteExceptionToStdErr : Boolean = True;
WriteErrorsToStdErr : Boolean = True;
function StackTop: Pointer;

View File

@ -291,7 +291,7 @@ Var
hstdout : ^text;
begin
if WriteExceptionToStdErr then
if WriteErrorsToStdErr then
hstdout:=@stderr
else
hstdout:=@stdout;