Procházet zdrojové kódy

* typecast to get it compiling again

marco před 21 roky
rodič
revize
2b2a998ce6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.