* list.h (scm_list_star): deprecation expired - removed.
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:25:51 +0000 (17:25 +0000)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:25:51 +0000 (17:25 +0000)
libguile/list.h

index 96163ec..4493816 100644 (file)
@@ -103,7 +103,6 @@ extern void scm_init_list (void);
 
 #if (SCM_DEBUG_DEPRECATED == 0)
 
-#define scm_list_star scm_cons_star
 extern SCM scm_sloppy_memq (SCM x, SCM lst);
 extern SCM scm_sloppy_memv (SCM x, SCM lst);
 extern SCM scm_sloppy_member (SCM x, SCM lst);