pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-12
2004-01-12 16:56:17 by Martin Nilsson <mani@lysator.liu.se>
0ee5c6ce6e89476d6b5073e95990d469ec21531c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Better says Marcus.
Rev: lib/master.pike.in:1.326
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
325
2004/01/12 16:
34
:
29
nilsson Exp $
+
// $Id: master.pike.in,v 1.
326
2004/01/12 16:
56
:
17
nilsson Exp $
#pike __REAL_VERSION__
2076:
{ if(local_include) {
-
if(IS_ABSOLUTE_PATH(f)) return combine_path(
"/",
f);
+
if(IS_ABSOLUTE_PATH(f)) return combine_path(f);
return combine_path_with_cwd(dirname(current_file), f); } else