Ver código fonte

* compiles with 1.1

Jonas Maebe 25 anos atrás
pai
commit
11ab2b888a
1 arquivos alterados com 1 adições e 1 exclusões
  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