Selaa lähdekoodia

- 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

Sven/Sarah Barth 3 vuotta sitten
vanhempi
commit
acee4eb27a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      compiler/pgenutil.pas

+ 0 - 1
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 }