From db43ec946fff93202568c5565f4f09c4608c7be1 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 13 Jan 2015 17:14:51 +0000 Subject: [PATCH] * definition of internal type int64 for documentation purposes. git-svn-id: trunk@29469 - --- rtl/inc/system.fpd | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/inc/system.fpd b/rtl/inc/system.fpd index 7bd5fc3859..e7c2f7a0af 100644 --- a/rtl/inc/system.fpd +++ b/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;