Browse Source

+ Patch from Michalis Kamburelis to fix short type

michael 20 năm trước cách đây
mục cha
commit
d691e34e3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/base/ibase/ibase60types.inc

+ 1 - 1
packages/base/ibase/ibase60types.inc

@@ -14,7 +14,7 @@ type
 
   Int                  = LongInt;
   Long                 = LongInt;
-  Short                = Integer;
+  Short                = SmallInt;
   Float                = Single;
 
   { Pointers to basic types }