mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +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);
|
||||
end;
|
||||
{$endif FPC_HAS_FEATURE_CONSOLEIO}
|
||||
HandleErrorAddrFrameInd(233,get_pc_addr,get_frame);
|
||||
HandleErrorAddrFrameInd(234{RuntimeErrorExitCodes[reCodesetConversion]},get_pc_addr,get_frame);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user