use pic_applyN if possible

This commit is contained in:
Yuichi Nishiwaki 2015-08-10 22:13:16 +09:00
parent 5a9958fccc
commit c547d3a281
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ pic_cont_call_with_values(pic_state *pic)
pic_get_args(pic, "ll", &producer, &consumer);
pic_apply(pic, producer, pic_nil_value());
pic_apply0(pic, producer);
argc = pic_receive(pic, 0, NULL);
args = pic_make_vec(pic, argc);