pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-06
2014-11-06 06:16:19 by Martin Nilsson <nilsson@opera.com>
6424ffb169ef9fd669d4bf939553b969bf76bc0f (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Let's go with a different lie.
3129:
Pike_error("Cannot call unknown function \"%S\".\n", fun); }
-
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)
{ int id = find_identifier(fun, o->prog); if (id >= 0)