From 5425fc2f3a7782d507ec8b5a5ec23c4e33227d8a Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 28 Apr 2001 17:25:51 +0000 Subject: [PATCH] * list.h (scm_list_star): deprecation expired - removed. --- libguile/list.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/list.h b/libguile/list.h index 96163ec87..4493816ee 100644 --- a/libguile/list.h +++ b/libguile/list.h @@ -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); -- 2.20.1