瀏覽代碼

* definition of internal type int64 for documentation purposes.

git-svn-id: trunk@29469 -
marco 10 年之前
父節點
當前提交
db43ec946f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;