pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-03-17
2006-03-17 18:01:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c4accf28bb71e060b9f59dea3f17cb8e1c8b8049 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
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) {