Branch: Tag:

2006-03-17

2006-03-17 18:01:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some fixes...

Rev: src/interpret.c:1.376
Rev: src/interpret.h:1.167

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: interpret.c,v 1.375 2006/03/17 17:55:45 grubba Exp $ + || $Id: interpret.c,v 1.376 2006/03/17 18:01:07 grubba Exp $   */      #include "global.h"
2388:   }      PMOD_EXPORT void safe_apply_low2(struct object *o, int fun, int args, -  char *fun_name) +  const char *fun_name)   {    JMP_BUF recovery;   
2396:    throw_value.type=T_INT;    if(SETJMP_SP(recovery, args))    { -  if(handle_errors) call_handle_error(); +  if(fun_name) call_handle_error();    push_int(0);    }else{    if (fun >= 0) {