Roxen.git/
server/
etc/
modules/
RXML.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-28
2001-06-28 20:24:59 by Martin Stjernholm <mast@lysator.liu.se>
fae5211fb2addc05ca8fbbe5fdf96f22a6010f0d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Unregister the tag set properly on destruct.
Rev: server/etc/modules/RXML.pmod/module.pmod:1.182
2:
// // Created 1999-07-30 by Martin Stjernholm. //
-
// $Id: module.pmod,v 1.
181
2001/06/28 20:
06
:59 mast Exp $
+
// $Id: module.pmod,v 1.
182
2001/06/28 20:
24
:59 mast Exp $
// Kludge: Must use "RXML.refs" somewhere for the whole module to be // loaded correctly.
851:
set_weak_flag (notify_funcs, 1); }
-
void destroy()
+
static
void destroy()
{ catch (changed());
-
+
if (name) m_delete (all_tagsets, name);
} static mapping(string:Tag) tags = ([]), proc_instrs;