瀏覽代碼

* some dummy types for basetypes to avoid warnings. Probably their
lemma's should refer to the reference guide.

git-svn-id: trunk@24285 -

marco 12 年之前
父節點
當前提交
4f10db2686
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      rtl/inc/system.fpd

+ 7 - 0
rtl/inc/system.fpd

@@ -14,6 +14,13 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
+Type 
+   Byte    = 0..255;
+   Longint = -2147483648..2147483647;
+   Shortint= -128 .. 127;
+   Smallint= -32768 .. 32767;
+   Word    = 0 .. 65535;
+   WideChar= #0..#65535;
 Function Addr (X : TAnytype) : Pointer;
 Function Addr (X : TAnytype) : Pointer;
 Procedure Assert(Expr : Boolean); 
 Procedure Assert(Expr : Boolean); 
 Procedure Assert(Expr : Boolean; const Msg : string);
 Procedure Assert(Expr : Boolean; const Msg : string);