소스 검색

+ Patch from Michalis Kamburelis to fix short type

michael 20 년 전
부모
커밋
d691e34e3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }