mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
+ Type of Ofs() changed to pointer
This commit is contained in:
parent
9136b41fb6
commit
c38cbb1782
@ -6,5 +6,5 @@ Var W : Pointer;
|
||||
|
||||
|
||||
begin
|
||||
W:=Ofs(W); { W contains its own offset. }
|
||||
W:=Pointer(Ofs(W)); { W contains its own offset. }
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user