pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
272fe8b174abc29b03711fac15139973cae61649 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
encode_value: Support variant functions.
Note: No changes were needed to decode_value().
3793:
static void f_dispatch_variant(INT32 args);
-
static
int is_variant_dispatcher(struct program *prog, int fun)
+
int is_variant_dispatcher(struct program *prog, int fun)
{ struct reference *ref; struct identifier *id;