Pārlūkot izejas kodu

* 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 gadi atpakaļ
vecāks
revīzija
4f10db2686
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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;
 Procedure Assert(Expr : Boolean); 
 Procedure Assert(Expr : Boolean; const Msg : string);