diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-11-23 23:56:08 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-11-23 23:56:08 +0000 |
commit | 9dcee2b7a1ab1059ec8cd2f236238f1e83ab6c63 (patch) | |
tree | c36ec8b82bce36e37fda4c13498725efae3679c9 /srfi/srfi-1.h | |
parent | 4ec555c5936c7bee33c20b12e27264af09c2e7a2 (diff) | |
download | guile-9dcee2b7a1ab1059ec8cd2f236238f1e83ab6c63.tar.gz |
(lset-difference!): Rewrite in C.
Diffstat (limited to 'srfi/srfi-1.h')
-rw-r--r-- | srfi/srfi-1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h index 963abbfab..b57d2202b 100644 --- a/srfi/srfi-1.h +++ b/srfi/srfi-1.h @@ -55,6 +55,7 @@ SCM_SRFI1_API SCM scm_srfi1_fold (SCM proc, SCM init, SCM list1, SCM rest); SCM_SRFI1_API SCM scm_srfi1_last (SCM lst); SCM_SRFI1_API SCM scm_srfi1_length_plus (SCM lst); SCM_SRFI1_API SCM scm_srfi1_lset_adjoin (SCM equal, SCM lst, SCM rest); +SCM_SRFI1_API SCM scm_srfi1_lset_difference_x (SCM equal, SCM lst, SCM rest); SCM_SRFI1_API SCM scm_srfi1_list_copy (SCM lst); SCM_SRFI1_API SCM scm_srfi1_list_index (SCM pred, SCM list1, SCM rest); SCM_SRFI1_API SCM scm_srfi1_list_tabulate (SCM n, SCM proc); |