mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 13:59:07 +02:00
* fixed capitalization Int64 and added qword
git-svn-id: trunk@29470 -
This commit is contained in:
parent
db43ec946f
commit
0abb3f3e02
@ -19,7 +19,8 @@ Type
|
|||||||
Char = #0..#255;
|
Char = #0..#255;
|
||||||
Longint = -2147483648..2147483647;
|
Longint = -2147483648..2147483647;
|
||||||
Longword= 0..4294967295;
|
Longword= 0..4294967295;
|
||||||
int64 = =-9223372036854775808.. 9223372036854775807;
|
Int64 = =-9223372036854775808.. 9223372036854775807;
|
||||||
|
QWord = 0..18446744073709551615;
|
||||||
Shortint= -128 .. 127;
|
Shortint= -128 .. 127;
|
||||||
Smallint= -32768 .. 32767;
|
Smallint= -32768 .. 32767;
|
||||||
Word = 0 .. 65535;
|
Word = 0 .. 65535;
|
||||||
|
Loading…
Reference in New Issue
Block a user