pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-06-02
2003-06-02 19:18:56 by Martin Stjernholm <mast@lysator.liu.se>
52e811ea3ac287c1f86907e29f67d0ab97159d92 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed propagation of the handler in handle_import.
Rev: lib/master.pike.in:1.286
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
285
2003/
05
/
31
12
:
47
:
29
mast Exp $
+
// $Id: master.pike.in,v 1.
286
2003/
06
/
02
19
:
18
:
56
mast Exp $
#pike __REAL_VERSION__
1475:
return fc[path]; } resolv_debug ("handle_import(%O, %O) => new dirnode\n", what, current_file);
-
return fc[path] = dirnode(path);
+
return fc[path] = dirnode(path
, handler
);
}