Explorar o código

* compiles with 1.1

Jonas Maebe %!s(int64=25) %!d(string=hai) anos
pai
achega
11ab2b888a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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