* fixed cardinal-longint error

This commit is contained in:
peter 2003-10-28 15:33:55 +00:00
parent d338eb525d
commit 6c0f8c98f4

View File

@ -13,7 +13,7 @@ type
procedure tbla.doset;
begin
l:=$deadbeaf;
l:=$12345678;
end;
function tbla.get : longint;
@ -33,7 +33,7 @@ var
begin
bla:=tbla.bla;
bla.doset;
if bla.get<>$deadbeaf then
if bla.get<>$12345678 then
begin
writeln('Problem');
halt(1);