Explorar o código

JVM: fix system unit compilation error

Apply same change as to systemh.inc in bccc0b195e
Jonas Maebe hai 1 ano
pai
achega
8baa4f41db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/java/jsystemh_types.inc

+ 1 - 1
rtl/java/jsystemh_types.inc

@@ -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;