mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
Merged revisions 3900 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk git-svn-id: branches/fixes_2_0@3901 -
This commit is contained in:
parent
50e917d725
commit
7f2c498a29
@ -1231,7 +1231,7 @@ end;
|
||||
function RomanToint(const S: string): Longint;
|
||||
|
||||
const
|
||||
RomanChars = ['C','D','i','L','M','V','X'];
|
||||
RomanChars = ['C','D','I','L','M','V','X'];
|
||||
RomanValues : array['C'..'X'] of Word
|
||||
= (100,500,0,0,0,0,1,0,0,50,1000,0,0,0,0,0,0,0,0,5,0,10);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user