Branch: Tag:

2000-02-04

2000-02-04 18:18:28 by Martin Nilsson <mani@lysator.liu.se>

Initialize a variable

Rev: server/etc/modules/RXML.pmod/module.pmod:1.40

2:   //!   //! Created 1999-07-30 by Martin Stjernholm.   //! - //! $Id: module.pmod,v 1.39 2000/02/04 16:47:55 mast Exp $ + //! $Id: module.pmod,v 1.40 2000/02/04 18:18:28 nilsson Exp $      //! Kludge: Must use "RXML.refs" somewhere for the whole module to be   //! loaded correctly.
460:    {    generation++;    prepare_funs = 0; -  plugins = 0; +  plugins = ([]);    (notify_funcs -= ({0}))();    set_weak_flag (notify_funcs, 1);    }