fix parsing of protect-out' on
for-syntax' bindings
This commit is contained in:
parent
cc42ac8b1f
commit
051f164f3f
|
@ -8679,7 +8679,7 @@ void parse_provides(Scheme_Object *form, Scheme_Object *fst, Scheme_Object *e,
|
|||
l = scheme_append(a, l);
|
||||
mode_cnt = scheme_list_length(a);
|
||||
if (protect_cnt)
|
||||
protect_cnt += mode_cnt;
|
||||
protect_cnt += (mode_cnt - 1);;
|
||||
a = SCHEME_STX_CAR(l);
|
||||
} else
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user