remove call/cc (the alias to call-with-current-continuation)

This commit is contained in:
Yuichi Nishiwaki 2014-08-25 17:12:07 +09:00
parent e0831c1aa3
commit 5d1e8ede17
1 changed files with 0 additions and 1 deletions

1
cont.c
View File

@ -347,7 +347,6 @@ void
pic_init_cont(pic_state *pic)
{
pic_defun(pic, "call-with-current-continuation", pic_cont_callcc);
pic_defun(pic, "call/cc", pic_cont_callcc);
pic_defun(pic, "continue", pic_cont_continue);
pic_defun(pic, "dynamic-wind", pic_cont_dynamic_wind);
pic_defun(pic, "values", pic_cont_values);