mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* list.h (scm_list_cdr_ref): Delete prototype; function no longer
exists.
This commit is contained in:
parent
0aa0871fc1
commit
9d0fddf0e4
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue