mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* cpu64 -> cpu64bit
git-svn-id: trunk@3324 -
This commit is contained in:
parent
22ada6da0d
commit
79e483ec65
@ -323,9 +323,9 @@ implementation
|
||||
procedure matching requires equal parameters }
|
||||
if is_constnode(pt) and
|
||||
is_ordinal(pt.resulttype.def)
|
||||
{$ifndef cpu64}
|
||||
{$ifndef cpu64bit}
|
||||
and (not is_64bitint(pt.resulttype.def))
|
||||
{$endif cpu64}
|
||||
{$endif cpu64bit}
|
||||
then
|
||||
begin
|
||||
if is_integer(pt.resulttype.def) then
|
||||
|
Loading…
Reference in New Issue
Block a user