pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:5533:
} break; default: resolv_class(n); do_inherit(Pike_sp-1, flags, name); pop_stack(); } }
+
void compiler_do_implements(node *n)
+
{
+
if (!n) {
+
yyerror("Invalid implements directive.");
+
return;
+
}
+
/* FIXME: Implement. */
+
}
+
int call_handle_inherit(struct pike_string *s) { struct compilation *c = THIS_COMPILATION; CHECK_COMPILER(); ref_push_string(s); f_string_to_utf8(1); if (safe_apply_current2(PC_HANDLE_INHERIT_FUN_NUM, 1, NULL))