pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-12
2004-01-12 04:39:07 by Martin Nilsson <mani@lysator.liu.se>
a30b1ad4c009c48cd773461b8dd33c86188499bd (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Typo
Rev: lib/master.pike.in:1.324
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
323
2004/01/12
03
:
25
:
10
nilsson Exp $
+
// $Id: master.pike.in,v 1.
324
2004/01/12
04
:
39
:
07
nilsson Exp $
#pike __REAL_VERSION__
3069:
} else if (programp (mod)) { parent_fun = mod; // When running with debug we might be called before __INIT, so
-
// we have to check
is
objects exists before we use it.
+
// we have to check
if
objects exists before we use it.
if (objects && objectp (mod = objects[parent_fun]) && ret_obj) ret_obj[0] = mod; }