Browse Source

* definition of internal type int64 for documentation purposes.

git-svn-id: trunk@29469 -
marco 10 years ago
parent
commit
db43ec946f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/system.fpd

+ 1 - 0
rtl/inc/system.fpd

@@ -19,6 +19,7 @@ Type
    Char    = #0..#255;
    Longint = -2147483648..2147483647;
    Longword= 0..4294967295;
+   int64   = =-9223372036854775808.. 9223372036854775807;
    Shortint= -128 .. 127;
    Smallint= -32768 .. 32767;
    Word    = 0 .. 65535;