pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-12
2015-12-12 10:44:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
47bb04a2dcbc1df6b077b7525855e0f129239b5a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
C API: Export callablep().
4754:
push_int(res); }
-
static
int callablep(struct svalue *s)
+
PMOD_EXPORT
int callablep(struct svalue *s)
{ int ret = 0; DECLARE_CYCLIC();