pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-16
2013-06-16 10:53:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a0a83a124dcf6deea50be26e47d2df16dce0ac99 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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;