* objfpc mode

This commit is contained in:
peter 2001-05-19 13:14:44 +00:00
parent bcbace78d2
commit 060b6d6d8e

View File

@ -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);