- apply patch by Blaise.ru: pdflags are no longer required in generate_specialization_phase2() after parse_proc_directives() was done, so remove its unused modification after that call

This commit is contained in:
Sven/Sarah Barth 2022-01-06 18:40:54 +01:00
parent e5df46722e
commit acee4eb27a

View File

@ -2021,7 +2021,6 @@ uses
handle_calling_convention(tprocdef(result),hcc_default_actions_intf)
else
handle_calling_convention(tprocdef(result),hcc_default_actions_impl);
pdflags:=pdflags+[pd_body,pd_implemen];
proc_add_definition(tprocdef(result));
{ for partial specializations we implicitely declare the routine as
having its implementation although we'll not specialize it in reality }