Browse Source

* compiles with 1.1

Jonas Maebe 25 years ago
parent
commit
11ab2b888a
1 changed files with 1 additions and 1 deletions
  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