瀏覽代碼

* added tkint64,tkqword constants

peter 25 年之前
父節點
當前提交
618dd3c91c
共有 1 個文件被更改,包括 11 次插入6 次删除
  1. 11 6
      rtl/inc/rtti.inc

+ 11 - 6
rtl/inc/rtti.inc

@@ -17,7 +17,7 @@
 
 { The RTTI is implemented through a series of constants : }
 
-Const 
+Const
        tkUnknown       = 0;
        tkInteger       = 1;
        tkChar          = 2;
@@ -38,8 +38,10 @@ Const
        tkObject        = 16;
        tkWChar         = 17;
        tkBool          = 18;
- 
-{ A record is designed as follows : 
+       tkInt64         = 19;
+       tkQWord         = 20;
+
+{ A record is designed as follows :
     1    : tkrecord
     2    : Length of name string (n);
     3    : name string;
@@ -79,14 +81,17 @@ TArrayRec = record
   Size,Count : Longint;
   Info : Pointer;
   end;
-  
+
 { The actual Routines are implemented per processor. }
 
 {$i rttip.inc}
 
-{ 
+{
   $Log$
-  Revision 1.7  2000-06-14 08:52:05  michael
+  Revision 1.8  2000-06-22 20:04:07  peter
+    * added tkint64,tkqword constants
+
+  Revision 1.7  2000/06/14 08:52:05  michael
   + Fixed all constants so they match compiler defined constants
 
   Revision 1.6  2000/02/09 16:59:31  peter