mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 23:59:30 +02:00
- 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:
parent
e5df46722e
commit
acee4eb27a
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user