reverting changes to read.c
This commit is contained in:
parent
54f2d34a2e
commit
1f084da620
|
@ -5435,10 +5435,9 @@ static Scheme_Object *read_compiled(Scheme_Object *port,
|
||||||
delay_info->ut->rp = NULL; /* clean up */
|
delay_info->ut->rp = NULL; /* clean up */
|
||||||
|
|
||||||
if (*local_ht) {
|
if (*local_ht) {
|
||||||
result = resolve_references(result, rp->orig_port, NULL,
|
scheme_read_err(port, NULL, -1, -1, -1, -1, 0, NULL,
|
||||||
scheme_make_hash_table(SCHEME_hash_ptr),
|
"read (compiled): ill-formed code (unexpected graph structure)");
|
||||||
scheme_make_hash_table(SCHEME_hash_ptr),
|
return NULL;
|
||||||
0, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SAME_TYPE(SCHEME_TYPE(result), scheme_compilation_top_type)) {
|
if (SAME_TYPE(SCHEME_TYPE(result), scheme_compilation_top_type)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user