* changed so it still fails now that you can take the address of some

fields of bitpacked records

git-svn-id: trunk@7621 -
This commit is contained in:
Jonas Maebe 2007-06-10 11:55:05 +00:00
parent 172f85c8c3
commit b998cb1208

View File

@ -7,8 +7,8 @@ interface
type
tr = bitpacked record
l1: longint;
l2: longint;
l1: 0..15;
l2: 0..15;
end;