Skip to content
  • Robert Schmidt's avatar
    improve load_module_shlib() · d24e17f0
    Robert Schmidt authored
    * check whether a library has been loaded before; in this case, don't allocate
      new memory but load from old library again
    * vital parameters, previous exit_fun are checked by AssertFatal()
    * structure has changed a bit to make it easier to follow (instead of nested
      ifs includes one goto to the end of the function)
    * formatting has been improved
    d24e17f0