pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-03
2003-05-03 15:27:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ba5bc01f4606d10599faceb2ec90522e6368bbfd (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
resolv_base() know knows about _static_modules.
Rev: lib/master.pike.in:1.275
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
274
2003/
04
/
30
00
:
58
:
20
nilsson
Exp $
+
// $Id: master.pike.in,v 1.
275
2003/
05
/
03
15
:
27
:
24
grubba
Exp $
#pike __REAL_VERSION__
1552:
object|void current_handler) { // werror("Resolv_base(%O)\n",identifier);
+
if (identifier == "_static_modules") return _static_modules;
+
array(mixed) tmp = ({}); string dir=current_file ? dirname(current_file) : "/";