소스 검색

* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias

git-svn-id: trunk@43775 -
svenbarth 5 년 전
부모
커밋
abe6e740f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -473,7 +473,7 @@ Type
 
 {$if not declared(Comp)}
   { map comp to int64, but this doesn't mean we compile the comp support in! }
-  Comp = Int64;
+  Comp = type Int64;
 {$endif}
 
 { Zero - terminated strings }