Procházet zdrojové kódy

* po_has_mangledname is set anyway at the end of tprocdef.setmangledname(), so don't set it twice unnecessarily for the JVM target

Sven/Sarah Barth před 3 týdny
rodič
revize
229e50cf05
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      compiler/symdef.pas

+ 0 - 1
compiler/symdef.pas

@@ -7631,7 +7631,6 @@ implementation
           -> set that one }
         import_name:=stringdup(s);
         include(procoptions,po_has_importname);
-        include(procoptions,po_has_mangledname);
 {$else}
   {$ifdef symansistr}
         _mangledname:=s;