mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 10:26:05 +02:00
* allow pointer(int64) in all modes
This commit is contained in:
parent
5c6da84d2c
commit
93f683c63c
@ -650,8 +650,7 @@ implementation
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if (eq=te_incompatible) and
|
if (eq=te_incompatible) and
|
||||||
explicit and
|
explicit then
|
||||||
(m_delphi in aktmodeswitches) then
|
|
||||||
begin
|
begin
|
||||||
doconv:=tc_int_2_int;
|
doconv:=tc_int_2_int;
|
||||||
eq:=te_convert_l1;
|
eq:=te_convert_l1;
|
||||||
@ -1210,7 +1209,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.26 2003-05-26 21:17:17 peter
|
Revision 1.27 2003-06-03 21:02:08 peter
|
||||||
|
* allow pointer(int64) in all modes
|
||||||
|
|
||||||
|
Revision 1.26 2003/05/26 21:17:17 peter
|
||||||
* procinlinenode removed
|
* procinlinenode removed
|
||||||
* aktexit2label removed, fast exit removed
|
* aktexit2label removed, fast exit removed
|
||||||
+ tcallnode.inlined_pass_2 added
|
+ tcallnode.inlined_pass_2 added
|
||||||
|
Loading…
Reference in New Issue
Block a user