Sfoglia il codice sorgente

* compiles with 1.1

Jonas Maebe 25 anni fa
parent
commit
11ab2b888a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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