pike.git/src/program.c:3976: Inside #if defined(COMPILER_DEBUG)
#ifdef COMPILER_DEBUG
fprintf(stderr, "Dispatcher type: ");
simple_describe_type(type);
fprintf(stderr, "\n");
#endif
/* Update the type of the dispatcher. */
id = ID_FROM_INT(prog, e);
free_type(id->type);
id->type = type;
id->opt_flags = opt_flags;
- prog->identifier_references->id_flags |= id_flags & ~(ID_VARIANT|ID_LOCAL);
+ prog->identifier_references[e].id_flags |= id_flags & ~(ID_VARIANT|ID_LOCAL);
next_ref:
;
}
debug_malloc_touch(Pike_compiler->fake_object);
debug_malloc_touch(Pike_compiler->fake_object->storage);
MAKE_CONST_STRING(s,"__INIT");