pike.git/
src/
program.h
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 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
encode_value: Support variant functions.
Note: No changes were needed to decode_value().
801:
void dump_program_desc(struct program *p); int sizeof_variable(int run_time_type); void check_program(struct program *p);
+
int is_variant_dispatcher(struct program *prog, int fun);
struct program *end_first_pass(int finish); PMOD_EXPORT struct program *debug_end_program(void); PMOD_EXPORT size_t low_add_storage(size_t size, size_t alignment,