pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:4585:
Pike_compiler->new_program->num_identifier_references; for (e=0; e < (int)p->num_identifier_references; e++) { struct reference fun; fun = p->identifier_references[e]; /* Make a copy */ fun.inherit_offset += inherit_offset;
+
fun.run_time_type = PIKE_T_UNKNOWN; /* Invalidate the vtable cache. */
+
if (fun.id_flags & ID_FINAL) { Pike_compiler->flags |= COMPILATION_CHECK_FINAL; } if(fun.id_flags & ID_PRIVATE) fun.id_flags|=ID_HIDDEN; if (fun.id_flags & ID_PUBLIC) fun.id_flags |= flags & ~ID_PRIVATE; else