mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:09:30 +02:00
* remove previous patch
This commit is contained in:
parent
0c80377ca8
commit
9f811b8bca
@ -691,9 +691,10 @@ implementation
|
||||
eq:=te_convert_l1;
|
||||
end;
|
||||
end;
|
||||
{ delphi compatible, allow explicit typecasts from
|
||||
ordinals to pointer. It is also used for inc(pointer,ordinal) }
|
||||
if (eq=te_incompatible) and
|
||||
(cdo_explicit in cdoptions) and
|
||||
(def_from.size=def_to.size) then
|
||||
(cdo_explicit in cdoptions) then
|
||||
begin
|
||||
doconv:=tc_int_2_int;
|
||||
eq:=te_convert_l1;
|
||||
@ -1301,7 +1302,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.55 2004-10-31 22:05:25 peter
|
||||
Revision 1.56 2004-11-01 08:02:26 peter
|
||||
* remove previous patch
|
||||
|
||||
Revision 1.55 2004/10/31 22:05:25 peter
|
||||
* only allow ordinal-pointer for same size
|
||||
|
||||
Revision 1.54 2004/10/31 21:45:02 peter
|
||||
|
Loading…
Reference in New Issue
Block a user