pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-13
1998-05-13 07:41:16 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
164e379efa93fae85d88968fe4ed19b9820173cc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix in f_master()
Rev: src/builtin_functions.c:1.106
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
105
1998/05/
07
23
:
51
:
00
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
106
1998/05/
13
07:
41
:
16
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2438:
void f_master(INT32 args) { pop_n_elems(args);
-
ref_push_object(master
_object
);
+
ref_push_object(master
(
)
)
;
} #ifdef HAVE_GETHRVTIME