Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-09
1998-07-09 17:16:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9336a8eba6263e70a61c3bceabc91d7d2b0ebb06 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Minor change.
Rev: server/base_server/configuration.pike:1.146
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
145
1998/07/
07
19
:
05
:
08
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
146
1998/07/
09
17
:
16
:
13
grubba Exp $";
#include <module.h> #include <roxen.h>
351:
{ // FIXME: Is there any way to clear this cache? // /grubba 1998-05-28
+
// - Yes, it is zapped together with the rest in invalidate_cache().
if(!provider_module_cache[provides]) { int i; provider_module_cache[provides] = ({ }); for(i = 9; i >= 0; i--) {
-
object d;
-
foreach(indices(pri[i]->provider_modules), d)
+
foreach(indices(pri[i]->provider_modules),
object
d)
if(pri[i]->provider_modules[ d ][ provides ]) provider_module_cache[provides] += ({ d }); }