Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-27
2001-09-27 12:25:53 by Anders Johansson <anders@roxen.com>
ab0cb11314ae4b94e429c823be1e2f8ae4555ef9 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Threads stuff only defined when THREADS is defined.
Rev: server/base_server/roxen.pike:1.742
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
741
2001/09/
26
20
:
24
:
09
mast
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
742
2001/09/
27
12
:
25
:
53
anders
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
3533:
#endif }
+
#ifdef THREADS
// Paranoia. mutex_key = 0; threads_disabled = 0;
-
+
#endif
return !!u; }