Branch: Tag:

2002-12-08

2002-12-08 21:38:08 by Martin Stjernholm <mast@lysator.liu.se>

Bugfix (objectp doesn't return true for destructed objects) and
simplification in unregister().

Rev: lib/master.pike.in:1.239

6:   // Pike is distributed under GPL, LGPL and MPL. See the file COPYING   // for more information.   // - // $Id: master.pike.in,v 1.238 2002/12/06 20:02:17 nilsson Exp $ + // $Id: master.pike.in,v 1.239 2002/12/08 21:38:08 mast Exp $      #pike __REAL_VERSION__   
629:    if (n->is_resolv_dirnode || n->is_resolv_joinnode)    n->delete_value (p);    } -  if (objectp (objects[p])) +     m_delete(objects, p);    foreach (fc; string name; mixed mod)    if (objectp(mod) && object_program(mod) == p)