mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 07:00:41 +01:00
* if a variant is read/written, include the variants unit
git-svn-id: trunk@47459 -
This commit is contained in:
parent
caaa649790
commit
bcdfd07bdd
@ -868,7 +868,10 @@ implementation
|
||||
end;
|
||||
end;
|
||||
variantdef :
|
||||
name:=procprefixes[do_read]+'variant';
|
||||
begin
|
||||
name:=procprefixes[do_read]+'variant';
|
||||
include(current_module.moduleflags,mf_uses_variants);
|
||||
end;
|
||||
arraydef :
|
||||
begin
|
||||
if is_chararray(para.left.resultdef) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user