Explorar o código

* add some definition of char (#0..#255) to the dummy system types.

git-svn-id: trunk@26096 -
marco %!s(int64=11) %!d(string=hai) anos
pai
achega
f488e8decd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      rtl/inc/system.fpd

+ 1 - 0
rtl/inc/system.fpd

@@ -16,6 +16,7 @@
 
 Type 
    Byte    = 0..255;
+   Char    = #0..#255;
    Longint = -2147483648..2147483647;
    Longword= 0..4294967295;
    Shortint= -128 .. 127;