소스 검색

* 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;
 
 begin
-  P:=Sptr; { P Contains now the current stack position. }
+  P:=Longint(Sptr); { P Contains now the current stack position. }
 end.