Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2012-05-08
2012-05-08 12:53:36 by Martin Stjernholm <mast@lysator.liu.se>
51115e108bca3937dac2ec0c3e3d1b5f2e71da18 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a badly worded comment.
Rev: server/base_server/prototypes.pike:1.285
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
284
2012/05/
07
18
:
11
:
03
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
285
2012/05/
08
12
:
53
:
36
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1068:
int activated() //! Returns nonzero iff the key is activated. {
-
return this &&
!activation_cbs;
// Relying on the interpreter
on
this line
.
+
return this &&
+
// Relying on the interpreter
lock
here.
+
!activation_cbs;
} int activate_if_necessary()