diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-09-20 00:00:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-09-20 00:01:23 +0200 |
commit | 194865d2f7df43aec742c7cdd658050bb4caeb94 (patch) | |
tree | 8ac2441807c29d698fd050dc234fb7c342bd0e1f /libguile/srfi-1.h | |
parent | cd99e21cd469bb3abaa09055d30f0d5e98ab6f1c (diff) | |
download | guile-194865d2f7df43aec742c7cdd658050bb4caeb94.tar.gz |
SRFI-1: Rewrite `alist-copy' in Scheme.
This partially reverts commit b1fff4e793619b20342cba0015b9367680d3a0bd
(Sat Apr 2 2005).
* libguile/srfi-1.c (scm_srfi1_alist_copy): Remove.
* libguile/srfi-1.h (scm_srfi1_alist_copy): Remove declaration.
* module/srfi/srfi-1.scm (alist-copy): New procedure.
Diffstat (limited to 'libguile/srfi-1.h')
-rw-r--r-- | libguile/srfi-1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/srfi-1.h b/libguile/srfi-1.h index a9adcc29f..ddc8d0a27 100644 --- a/libguile/srfi-1.h +++ b/libguile/srfi-1.h @@ -24,7 +24,6 @@ #include "libguile/__scm.h" -SCM_INTERNAL SCM scm_srfi1_alist_copy (SCM alist); SCM_INTERNAL SCM scm_srfi1_append_reverse (SCM revhead, SCM tail); SCM_INTERNAL SCM scm_srfi1_append_reverse_x (SCM revhead, SCM tail); SCM_INTERNAL SCM scm_srfi1_concatenate (SCM lstlst); |