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

git-svn-id: trunk@26096 -
This commit is contained in:
marco 2013-11-15 20:04:13 +00:00
parent 4f0b3f61ec
commit f488e8decd

View File

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