Browse Source

+ Patch from Michalis Kamburelis to fix short type

michael 20 years ago
parent
commit
d691e34e3c
1 changed files with 1 additions and 1 deletions
  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 }