Selaa lähdekoodia

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

git-svn-id: trunk@26096 -
marco 11 vuotta sitten
vanhempi
commit
f488e8decd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;