mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02:00
* return ptrsinttype instead of sinttype in pointerdef.pointer_arithmetic_int_type
git-svn-id: trunk@28259 -
This commit is contained in:
parent
33dac14554
commit
86726a5dc8
@ -3178,7 +3178,7 @@ implementation
|
|||||||
|
|
||||||
function tpointerdef.pointer_arithmetic_int_type:tdef;
|
function tpointerdef.pointer_arithmetic_int_type:tdef;
|
||||||
begin
|
begin
|
||||||
result:=sinttype;
|
result:=ptrsinttype;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user