mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* add some definition of char (#0..#255) to the dummy system types.
git-svn-id: trunk@26096 -
This commit is contained in:
parent
4f0b3f61ec
commit
f488e8decd
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
Byte = 0..255;
|
Byte = 0..255;
|
||||||
|
Char = #0..#255;
|
||||||
Longint = -2147483648..2147483647;
|
Longint = -2147483648..2147483647;
|
||||||
Longword= 0..4294967295;
|
Longword= 0..4294967295;
|
||||||
Shortint= -128 .. 127;
|
Shortint= -128 .. 127;
|
||||||
|
Loading…
Reference in New Issue
Block a user