Explorar o código

+ Patch from Michalis Kamburelis to fix short type

michael %!s(int64=20) %!d(string=hai) anos
pai
achega
d691e34e3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }