pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-18
2003-12-18 22:39:35 by Marcus Comstedt <marcus@mc.pp.se>
5dd1830e2c9f84ee14ce6b533c8e83f8877dd073 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Special treatment of "import ." for AmigaOS.
Rev: lib/master.pike.in:1.316
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
315
2003/12/18
21
:
28
:
02
marcus Exp $
+
// $Id: master.pike.in,v 1.
316
2003/12/18
22
:
39
:
35
marcus Exp $
#pike __REAL_VERSION__
1634:
object|void current_handler) { array(string) tmp;
+
#ifdef __amigaos__
+
if(path == ".")
+
path = "";
+
#endif
if(current_file) { tmp=EXPLODE_PATH(current_file);