Skip to content
  • Jonas Maebe's avatar
    * don't change the forward/interface definition of regular forward/interface · f936a48a
    Jonas Maebe authored
        functions whose implementation is declared "external". This results in less
        efficient code (all calls will go through a stub), but it prevents interface
        crc changes (-> no recompilations in case of circular dependencies) and it
        also keeps the interface stable (if the external implementation is changed
        afterwards to another external routine or to a local implementation, the
        mangled name of the routine does not change) (mantis #24121)
    
    git-svn-id: trunk@27213 -
    f936a48a