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

3:   ||| Pike is distributed as GPL (General Public License)   ||| See the files COPYING and DISCLAIMER for more information.   \*/ + /**/   #include "global.h"   #include "constants.h"   #include "pike_macros.h"
15:   #include "error.h"   #include "block_alloc.h"    - RCSID("$Id: constants.c,v 1.19 1999/12/07 09:40:54 hubbe Exp $"); + RCSID("$Id: constants.c,v 1.20 1999/12/29 18:00:32 grubba Exp $");      static struct mapping *builtin_constants = 0;   
88: Inside #if defined(PIKE_DEBUG)
   f->optimize=optimize;   #ifdef PIKE_DEBUG    { -  struct pike_string *z=check_call(function_type_string,type); +  struct pike_string *z=check_call(function_type_string,type,0);    f->may_return_void= z == void_type_string;    if(!z) fatal("Gnapp!\n");    free_string(z);