Branch: Tag:

1997-09-10

1997-09-10 03:14:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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);