Explorar o código

* typecast to get it compiling again

marco %!s(int64=21) %!d(string=hai) anos
pai
achega
2b2a998ce6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/refex/ex64.pp

+ 1 - 1
docs/refex/ex64.pp

@@ -5,5 +5,5 @@ Var
   P :Longint;
 
 begin
-  P:=Sptr; { P Contains now the current stack position. }
+  P:=Longint(Sptr); { P Contains now the current stack position. }
 end.