pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-10
1997-09-10 03:14:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
898784cb6bb37ce876ec8e6f994b1ca003881219 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix in master()
Rev: src/builtin_functions.c:1.44
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
43
1997/09/
09
03:
36
:
10
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
44
1997/09/
10
03:
14
:
31
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
1767:
add_efun("_refs",f__refs,"function(function|string|array|mapping|multiset|object|program:int)",OPT_EXTERNAL_DEPEND); add_efun("replace_master",f_replace_master,"function(object:void)",OPT_SIDE_EFFECT);
-
add_efun("master",f_master,"function(:object)",OPT_
TRY
_
OPTIMIZE
);
+
add_efun("master",f_master,"function(:object)",OPT_
EXTERNAL
_
DEPEND
);
add_efun("add_constant",f_add_constant,"function(string,void|mixed:void)",OPT_SIDE_EFFECT); add_efun("aggregate",f_aggregate,"function(mixed ...:mixed *)",OPT_TRY_OPTIMIZE); add_efun("aggregate_multiset",f_aggregate_multiset,"function(mixed ...:multiset)",OPT_TRY_OPTIMIZE);