remove scm_list()
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Sat, 30 Apr 2005 20:54:35 +0000 (20:54 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Sat, 30 Apr 2005 20:54:35 +0000 (20:54 +0000)
libguile/ChangeLog
libguile/list.h

index 5132cae..5267061 100644 (file)
@@ -1,5 +1,7 @@
 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * list.h: remove scm_list()
+
        * fluids.c (DYNAMIC_STATE_NEXT_LOC): new macro for use with
        SCM_DEBUG_CELL_ACCESSES
        (FLUID_NEXT_LOC): idem.
index 90c944d..5cecbbe 100644 (file)
@@ -34,7 +34,6 @@ SCM_API SCM scm_list_4 (SCM e1, SCM e2, SCM e3, SCM e4);
 SCM_API SCM scm_list_5 (SCM e1, SCM e2, SCM e3, SCM e4, SCM e5);
 SCM_API SCM scm_list_n (SCM elt, ...);
 SCM_API SCM scm_list_head (SCM lst, SCM k);
-SCM_API SCM scm_list (SCM objs);
 SCM_API SCM scm_make_list (SCM n, SCM init);
 SCM_API SCM scm_cons_star (SCM arg, SCM objs);
 SCM_API SCM scm_null_p (SCM x);