mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 10:10:40 +01:00
* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias
git-svn-id: trunk@43775 -
This commit is contained in:
parent
ad0d885880
commit
abe6e740f5
@ -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 }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user