summaryrefslogtreecommitdiff
path: root/libguile/list.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-02-19 19:05:11 +0000
committerJim Blandy <jimb@red-bean.com>1997-02-19 19:05:11 +0000
commit9d0fddf0e46bb07cdd4e66e6988f17b230f22048 (patch)
treed520914a24c6ae8e66c8c351224d9c14eeb8fcb0 /libguile/list.h
parent0aa0871fc15831301e19f3ddf12d786c715f4f63 (diff)
downloadguile-9d0fddf0e46bb07cdd4e66e6988f17b230f22048.tar.gz
* list.h (scm_list_cdr_ref): Delete prototype; function no longer
exists.
Diffstat (limited to 'libguile/list.h')
-rw-r--r--libguile/list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/list.h b/libguile/list.h
index 82d560673..277128375 100644
--- a/libguile/list.h
+++ b/libguile/list.h
@@ -60,7 +60,6 @@ extern SCM scm_list_reverse SCM_P ((SCM lst));
extern SCM scm_list_reverse_x SCM_P ((SCM lst, SCM newtail));
extern SCM scm_list_ref SCM_P ((SCM lst, SCM k));
extern SCM scm_list_set_x SCM_P ((SCM lst, SCM k, SCM val));
-extern SCM scm_list_cdr_ref SCM_P ((SCM lst, SCM k));
extern SCM scm_list_cdr_set_x SCM_P ((SCM lst, SCM k, SCM val));
extern SCM scm_last_pair SCM_P ((SCM sx));
extern SCM scm_list_tail SCM_P ((SCM lst, SCM k));