Browse Source

* objfpc mode

peter 24 years ago
parent
commit
060b6d6d8e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/test/tpara1.pp

+ 3 - 1
tests/test/tpara1.pp

@@ -1,11 +1,13 @@
 { %VERSION=1.1 }
 { %VERSION=1.1 }
 
 
+{$mode objfpc}
+
 uses
 uses
    erroru;
    erroru;
 
 
 type
 type
    tr1 = record
    tr1 = record
-      l1,l2 : longint;
+      l1,l2 : cardinal;
    end;
    end;
 
 
 procedure p1(out b : byte);
 procedure p1(out b : byte);