mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 17:51:37 +02:00
+ Add siconverror constant.
git-svn-id: trunk@5473 -
This commit is contained in:
parent
7953785d50
commit
84982f2f62
@ -79,6 +79,8 @@ resourcestring
|
||||
SPrivilege = 'Privileged instruction';
|
||||
SRangeError = 'Range check error';
|
||||
SSafecallException = 'Exception in safecall method';
|
||||
SiconvError = 'iconv error';
|
||||
|
||||
STooManyOpenFiles = 'Too many open files';
|
||||
SUnKnownRunTimeError = 'Unknown Run-Time error : %3.3d';
|
||||
SUnderflow = 'Floating point underflow';
|
||||
|
Loading…
Reference in New Issue
Block a user