mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 11:10:09 +02:00
* 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:
parent
172f85c8c3
commit
b998cb1208
@ -7,8 +7,8 @@ interface
|
|||||||
|
|
||||||
type
|
type
|
||||||
tr = bitpacked record
|
tr = bitpacked record
|
||||||
l1: longint;
|
l1: 0..15;
|
||||||
l2: longint;
|
l2: 0..15;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user