Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-25
2004-05-25 19:11:29 by Martin Stjernholm <mast@lysator.liu.se>
5c5d65c953c6bc860d931e216cb09541d8a65472 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed some docstring typos.
Rev: server/base_server/prototypes.pike:1.137
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
136
2004/05/25
18
:
56
:
52
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
137
2004/05/25
19
:
11
:
29
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
738:
//! @note //! Take care to avoid cyclic refs when the activation callback is //! registered. This object should e.g. not be among @[args], and
-
//! @[cb] should not be a lambda that
contain
a
reference
to this
+
//! @[cb] should not be a lambda that
contains
references
to this
//! object. { // Relying on the interpreter lock here.