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