pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-18
2003-08-18 13:30:59 by Tomas Nilsson <tomas@roxen.com>
138a736c80bca36046217aa6ee0b8bcc6469c711 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in unrelocate_module.
Rev: lib/master.pike.in:1.293
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
292
2003/08/
11
15
:
47
:59
grubba
Exp $
+
// $Id: master.pike.in,v 1.
293
2003/08/
18
13
:
30
:59
tomas
Exp $
#pike __REAL_VERSION__
160:
foreach(pike_module_path, string path) { path = combine_path(path, "..", ""); if(has_prefix (s, path))
-
return "/${PIKE_MODULE_PATH}/../"
+x
[sizeof(path)..];
+
return "/${PIKE_MODULE_PATH}/../"
+s
[sizeof(path)..];
} return s;