mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:59:05 +02:00
* fixed warning
git-svn-id: trunk@7906 -
This commit is contained in:
parent
76a3d55199
commit
219f4430ea
@ -17,6 +17,6 @@ var
|
|||||||
begin
|
begin
|
||||||
e := b;
|
e := b;
|
||||||
p := Pointer(e);
|
p := Pointer(e);
|
||||||
if Integer(p)<>1 then
|
if PtrUInt(p)<>1 then
|
||||||
halt(1); // produces "1" in Delphi
|
halt(1); // produces "1" in Delphi
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user