Преглед изворни кода

* typecast to get it compiling again

marco пре 21 година
родитељ
комит
2b2a998ce6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/refex/ex64.pp

+ 1 - 1
docs/refex/ex64.pp

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