Parcourir la source

* cpu64 -> cpu64bit

git-svn-id: trunk@3324 -
peter il y a 19 ans
Parent
commit
79e483ec65
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      compiler/pdecvar.pas

+ 2 - 2
compiler/pdecvar.pas

@@ -323,9 +323,9 @@ implementation
                      procedure matching requires equal parameters }
                      procedure matching requires equal parameters }
                    if is_constnode(pt) and
                    if is_constnode(pt) and
                       is_ordinal(pt.resulttype.def)
                       is_ordinal(pt.resulttype.def)
-{$ifndef cpu64}
+{$ifndef cpu64bit}
                       and (not is_64bitint(pt.resulttype.def))
                       and (not is_64bitint(pt.resulttype.def))
-{$endif cpu64}
+{$endif cpu64bit}
                       then
                       then
                      begin
                      begin
                        if is_integer(pt.resulttype.def) then
                        if is_integer(pt.resulttype.def) then