소스 검색

* compiles with 1.1

Jonas Maebe 25 년 전
부모
커밋
11ab2b888a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test/trange2.pp

+ 1 - 1
tests/test/trange2.pp

@@ -15,7 +15,7 @@ begin
     writeln('caught 1!');
     inc(n);
   end;
-  longint(c) := $ffffffff;
+  c := cardinal($ffffffff);
   try
     l := c;
   except