소스 검색

* 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;