Просмотр исходного кода

* typecast to get it compiling again

marco 21 лет назад
Родитель
Сommit
2b2a998ce6
1 измененных файлов с 1 добавлено и 1 удалено
  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.