From acee4eb27ac492447d4dbde978f8989dcd292d54 Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Thu, 6 Jan 2022 18:40:54 +0100 Subject: [PATCH] - 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 --- compiler/pgenutil.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/pgenutil.pas b/compiler/pgenutil.pas index 89f76b3e59..cb444833af 100644 --- a/compiler/pgenutil.pas +++ b/compiler/pgenutil.pas @@ -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 }