mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +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;
|
||||
begin
|
||||
result:=sinttype;
|
||||
result:=ptrsinttype;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user