Roxen.git/
server/
etc/
modules/
RXML.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-07
2000-01-07 04:52:43 by Martin Stjernholm <mast@lysator.liu.se>
8e8ac6225b819577d74d6f328ed2bbb40c6f9972 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a bug. A simple tag is now known to work.
Rev: server/etc/modules/RXML.pmod/module.pmod:1.9
2:
//! //! Created 1999-07-30 by Martin Stjernholm. //!
-
//! $Id: module.pmod,v 1.
8
2000/01/07
02
:
32
:43 mast Exp $
+
//! $Id: module.pmod,v 1.
9
2000/01/07
04
:
52
:43 mast Exp $
//! Kludge: Must use "RXML.refs" somewhere for the whole module to be //! loaded correctly.
1085:
do { if (!iter) {
-
iter = fn;
+
iter = fn
, fn = 0
;
while (functionp (iter)) { // Got a function from do_enter. int|function(RequestID:int|function) newiter = [int|function(RequestID:int|function)] iter (ctx->id); // Might unwind.