git-svn-id: trunk@30555 -
@@ -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
hstdout:=@stderr
hstdout:=@stdout;