pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:1058:
struct program *a, struct program *b); void yyexplain_not_implements(int severity_level, struct program *a, struct program *b); void string_builder_explain_not_compatible(struct string_builder *s, struct program *a, struct program *b); void string_builder_explain_not_implements(struct string_builder *s, struct program *a, struct program *b); PMOD_EXPORT void *parent_storage(int depth, struct program *expected);
+
PMOD_EXPORT void *get_inherited_storage(int inh, struct program *expected);
PMOD_EXPORT void change_compiler_compatibility(int major, int minor); void make_area_executable (char *start, size_t len); void make_program_executable(struct program *p); /* Prototypes end here */ static INLINE int __attribute__((unused)) FIND_LFUN(struct program * p, int lfun) { #ifdef PIKE_DEBUG dmalloc_touch(struct program*, p); if (lfun < 0) return find_lfun_fatal(p, lfun); #endif