mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 03:30:34 +01:00
* cherry picked commit did not compile, fixing it, resolves #24863
This commit is contained in:
parent
5a17765841
commit
d63ad582a7
@ -131,7 +131,8 @@ implementation
|
||||
pass_1,
|
||||
ncal,ncon,ncnv,nadd,nld,nbas,nflw,nmem,nmat,nutils,
|
||||
nobjc,objcdef,
|
||||
cgbase,procinfo;
|
||||
cgbase,procinfo,
|
||||
ppu;
|
||||
|
||||
function geninlinenode(number : tinlinenumber;is_const:boolean;l : tnode) : tinlinenode;
|
||||
|
||||
@ -845,7 +846,7 @@ implementation
|
||||
variantdef :
|
||||
begin
|
||||
name:=procprefixes[do_read]+'variant';
|
||||
include(current_module.moduleflags,mf_uses_variants);
|
||||
current_module.flags:=current_module.flags or uf_uses_variants;
|
||||
end;
|
||||
arraydef :
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user