mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +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
|
||||
Byte = 0..255;
|
||||
Char = #0..#255;
|
||||
Longint = -2147483648..2147483647;
|
||||
Longword= 0..4294967295;
|
||||
Shortint= -128 .. 127;
|
||||
|
Loading…
Reference in New Issue
Block a user