fix another stx-vs-#f bug

This commit is contained in:
Matthew Flatt 2011-06-29 20:48:11 -06:00
parent e16e36e49c
commit 011b79180b

View File

@ -4050,7 +4050,7 @@ scheme_compile_expand_expr(Scheme_Object *form, Scheme_Comp_Env *env,
stx = quick_stx;
quick_stx = NULL;
} else
stx = scheme_datum_to_syntax(stx, scheme_false, form, 0, 2);
stx = scheme_datum_to_syntax(stx, scheme_false, form, 0, 0);
if (rec[drec].comp)
can_recycle_stx = stx;