mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 20:09:29 +01:00
JVM: fix system unit compilation error
Apply same change as to systemh.inc in bccc0b195e
This commit is contained in:
parent
97495e93b8
commit
8baa4f41db
@ -409,7 +409,7 @@ Type
|
||||
PPChar = ^PChar;
|
||||
PPPChar = ^PPChar;
|
||||
|
||||
UCS4Char = type 0..$10ffff;
|
||||
UCS4Char = 0..$10ffff;
|
||||
PUCS4Char = ^UCS4Char;
|
||||
{$ifdef CPU16}
|
||||
TUCS4CharArray = array[0..32767 div sizeof(UCS4Char)-1] of UCS4Char;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user