소스 검색

* objfpc mode

peter 24 년 전
부모
커밋
060b6d6d8e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      tests/test/tpara1.pp

+ 3 - 1
tests/test/tpara1.pp

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