pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-06
2014-11-06 06:16:53 by Martin Nilsson <nilsson@opera.com>
a641291f6bfdd206db6ee56c669a02bee5689ef6 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Let's go with a different lie.
814:
PMOD_EXPORT void apply_shared(struct object *o, struct pike_string *fun, int args);
-
PMOD_EXPORT void apply(
const
struct object *o, const char *fun, int args);
+
PMOD_EXPORT void apply(struct object *o, const char *fun, int args);
PMOD_EXPORT void apply_svalue(struct svalue *s, INT32 args); PMOD_EXPORT void safe_apply_svalue (struct svalue *s, INT32 args, int handle_errors); PMOD_EXPORT void apply_external(int depth, int fun, INT32 args);