pike.git/
src/
program.h
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 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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,