reverting changes to read.c

This commit is contained in:
Blake Johnson 2010-08-24 14:45:51 -06:00 committed by Jay McCarthy
parent 54f2d34a2e
commit 1f084da620

View File

@ -5435,10 +5435,9 @@ static Scheme_Object *read_compiled(Scheme_Object *port,
delay_info->ut->rp = NULL; /* clean up */
if (*local_ht) {
result = resolve_references(result, rp->orig_port, NULL,
scheme_make_hash_table(SCHEME_hash_ptr),
scheme_make_hash_table(SCHEME_hash_ptr),
0, 0);
scheme_read_err(port, NULL, -1, -1, -1, -1, 0, NULL,
"read (compiled): ill-formed code (unexpected graph structure)");
return NULL;
}
if (SAME_TYPE(SCHEME_TYPE(result), scheme_compilation_top_type)) {