mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* no support yet for packed records which need to be initialized
git-svn-id: trunk@4499 -
This commit is contained in:
parent
91bb1aa1ff
commit
2b3250aac0
@ -317,6 +317,9 @@ implementation
|
||||
recst.addalignmentpadding;
|
||||
{ restore symtable stack }
|
||||
symtablestack.pop(recst);
|
||||
if trecorddef(record_dec).is_packed and
|
||||
record_dec.needs_inittable then
|
||||
Message(type_e_no_packed_inittable);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user