浏览代码

+ Merged revision 303

git-svn-id: branches/fixes_2_0@304 -
michael 20 年之前
父节点
当前提交
b5d3c7cca0
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      rtl/inc/systemh.inc

+ 0 - 12
rtl/inc/systemh.inc

@@ -56,23 +56,11 @@
 ****************************************************************************}
 
 Type
-{$Ifdef HAS_INTERNAL_INTTYPES}
   { The compiler has all integer types defined internally. Here
     we define only aliases }
   DWord    = LongWord;
   Cardinal = LongWord;
   Integer  = SmallInt;
-{$else HAS_INTERNAL_INTTYPES}
-  ShortInt = -128..127;
-  SmallInt = -32768..32767;
-  { can't use -2147483648 because of a bug in 1.0.2's val() procedure (JM) }
-  Longint  = +(-2147483647-1)..$7fffffff;
-  Byte     = 0..255;
-  Word     = 0..65535;
-  DWord    = LongWord;
-  Cardinal = LongWord;
-  Integer  = SmallInt;
-{$endif HAS_INTERNAL_INTTYPES}
 
 {$ifdef CPUI386}
   { for bootstrapping with 1.0.x }