mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:39:19 +02:00
Use RTE 234 insterad of 233 which is for SigQuit in unimplementedunicodestring
git-svn-id: trunk@38588 -
This commit is contained in:
parent
bf3e437dd6
commit
5cd984b0cb
@ -2283,7 +2283,7 @@ procedure unimplementedunicodestring;
|
|||||||
Writeln(StdErr,SRecompileWithUnicodestrings);
|
Writeln(StdErr,SRecompileWithUnicodestrings);
|
||||||
end;
|
end;
|
||||||
{$endif FPC_HAS_FEATURE_CONSOLEIO}
|
{$endif FPC_HAS_FEATURE_CONSOLEIO}
|
||||||
HandleErrorAddrFrameInd(233,get_pc_addr,get_frame);
|
HandleErrorAddrFrameInd(234{RuntimeErrorExitCodes[reCodesetConversion]},get_pc_addr,get_frame);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user