Branch: Tag:

1999-12-29

1999-12-29 18:00:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Third argument to check_call().

Rev: src/builtin_functions.c:1.227
Rev: src/constants.c:1.20
Rev: src/pike_types.c:1.114
Rev: src/pike_types.h:1.36

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.226 1999/12/27 18:46:48 mast Exp $"); + RCSID("$Id: builtin_functions.c,v 1.227 1999/12/29 18:00:00 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
1508:    /* FIXME: function type string should really be compiled from    * the arguments so that or:ed types are handled correctly    */ -  if(fun!=-1 && (t2=check_call(function_type_string , ID_FROM_INT(p, fun)->type))) +  if(fun!=-1 && +  (t2=check_call(function_type_string , ID_FROM_INT(p, fun)->type, +  0)))    {    free_string(n->type);    n->type=t2;