pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-19
2001-12-19 23:48:42 by Martin Stjernholm <mast@lysator.liu.se>
61863ec08f428d20f8475d7357684da36b0b892d (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added low_unsafe_apply_handler.
Rev: src/interpret.c:1.255
Rev: src/interpret.h:1.106
5:
\*/ /*
-
* $Id: interpret.h,v 1.
105
2001/
11
/
10
19:
43
:
52
mast Exp $
+
* $Id: interpret.h,v 1.
106
2001/
12
/
19
23
:
48
:
42
mast Exp $
*/ #ifndef INTERPRET_H #define INTERPRET_H
370:
PMOD_EXPORT void safe_apply_low(struct object *o,int fun,int args); PMOD_EXPORT void safe_apply_low2(struct object *o,int fun,int args, int handle_errors); PMOD_EXPORT void safe_apply(struct object *o, char *fun ,INT32 args);
+
PMOD_EXPORT int low_unsafe_apply_handler(const char *fun,
+
struct object *handler,
+
struct object *compat,
+
INT32 args);
PMOD_EXPORT void low_safe_apply_handler(const char *fun, struct object *handler, struct object *compat,